Color Hex Logo

#b709ac Color Hex

#B709AC
(183,9,172)
0 Favorites   0 Comments

Color spaces of #b709ac

RGB 1839172
HSL0.840.910.38
HSV304°95°72°
CMYK 0.000.950.06   0.28
XYZ27.072513.241240.1587
Yxy13.24120.33640.1645
Hunter Lab36.388569.1217-39.9612
CIE-Lab43.124474.1311-41.4901

#b709ac color RGB value is (183,9,172).

#b709ac hex color red value is 183, green value is 9 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b709ac hue: 0.84 , saturation: 0.91 and the lightness value of b709ac is 0.38.

The process color (four color CMYK) of #b709ac color hex is 0.00, 0.95, 0.06, 0.28. Web safe color of #b709ac is #cc0099. Color #b709ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001001 10101100
Octal 267 11 254
Decimal 183 9 172
Hex B7 9 AC

RGB Percentages of Color #b709ac

%50.27
%2.47
%47.25

CMYK Percentages of Color #b709ac

%0
%95
%6
%28

Triadic Colors of #b709ac

#b709ac #acb709 #09acb7

Analogous Colors of #b709ac

#b709ac #b70955 #6b09b7

Monochromatic Colors of #b709ac

#b709ac

Complementary Color

#b709ac #09b714

#b709ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b709ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b709ac Color CSS Codes

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

#b709ac Text Font Color

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

This sample text font color is #b709ac
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.


#b709ac Background Color

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

This div background color is #b709ac


#b709ac Border Color

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

This div border color is #b709ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,9,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b709ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b709ac;
  -webkit-box-shadow: 1px 1px 3px 2px #b709ac;
  box-shadow:         1px 1px 3px 2px #b709ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,9,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b709ac


Comments

No comments written yet.

Please login to write comment.