Color Hex Logo

#b707ac Color Hex

#B707AC
(183,7,172)
0 Favorites   0 Comments

Color spaces of #b707ac

RGB 1837172
HSL0.840.930.37
HSV304°96°72°
CMYK 0.000.960.06   0.28
XYZ27.050813.197840.1514
Yxy13.19780.33650.1642
Hunter Lab36.328869.3377-40.0985
CIE-Lab43.059874.3219-41.5929

#b707ac color RGB value is (183,7,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000111 10101100
Octal 267 7 254
Decimal 183 7 172
Hex B7 7 AC

RGB Percentages of Color #b707ac

%50.55
%1.93
%47.51

CMYK Percentages of Color #b707ac

%0
%96
%6
%28

Triadic Colors of #b707ac

#b707ac #acb707 #07acb7

Analogous Colors of #b707ac

#b707ac #b70754 #6a07b7

Monochromatic Colors of #b707ac

#b707ac

Complementary Color

#b707ac #07b712

#b707ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b707ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b707ac Color CSS Codes

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

#b707ac Text Font Color

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

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


#b707ac Background Color

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

This div background color is #b707ac


#b707ac Border Color

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

This div border color is #b707ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,7,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 #b707ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b707ac


Comments

No comments written yet.

Please login to write comment.