color codes Logo

#b352db color codes

#B352DB
(179,82,219)
0 Favorites   0 Comments

Color spaces of #b352db

RGB 17982219
HSL0.780.660.59
HSV282°63°86°
CMYK 0.180.630.00   0.14
XYZ34.393920.732869.2069
Yxy20.73280.27660.1668
Hunter Lab45.533355.1480-58.2427
CIE-Lab52.655860.3713-53.5875

#b352db color RGB value is (179,82,219).

#b352db hex color red value is 179, green value is 82 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b352db hue: 0.78 , saturation: 0.66 and the lightness value of b352db is 0.59.

The process color (four color CMYK) of #b352db color code is 0.18, 0.63, 0.00, 0.14. Web safe color of #b352db is #cc66cc. Color #b352db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010010 11011011
Octal 263 122 333
Decimal 179 82 219
Hex B3 52 DB

RGB Percentages of Color #b352db

%37.29
%17.08
%45.63

CMYK Percentages of Color #b352db

%18
%63
%0
%14

Triadic Colors of #b352db

#b352db #dbb352 #52dbb3

Analogous Colors of #b352db

#b352db #db52bf #6f52db

Monochromatic Colors of #b352db

#b352db

Complementary Color

#b352db #7adb52

#b352db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b352db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b352db Color CSS Codes

.mybgcolor {background-color:#b352db; } 
.myforecolor {color:#b352db; }
.mybordercolor {border:3px solid #b352db; }

#b352db Text Font Color

<p style="color:#b352db">Text here</p>

This sample text font color is #b352db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b352db Background Color

<div style="background-color:#b352db">
Div content here</div>

This div background color is #b352db


#b352db Border Color

<div style="border:3px solid #b352db">
Div here</div>

This div border color is #b352db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,82,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b352db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b352db;
  -webkit-box-shadow: 1px 1px 3px 2px #b352db;
  box-shadow:         1px 1px 3px 2px #b352db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,82,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b352db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b352db;
  -webkit-box-shadow: 1px 1px 3px 2px #b352db;
  box-shadow:         1px 1px 3px 2px #b352db;">
Div content here</div>

This div box has shadow with color #b352db


Comments

No comments written yet.

Please login to write comment.