Color Hex Logo

#b70cac Color Hex

#B70CAC
(183,12,172)
0 Favorites   0 Comments

Color spaces of #b70cac

RGB 18312172
HSL0.840.880.38
HSV304°93°72°
CMYK 0.000.930.06   0.28
XYZ27.106313.308840.1699
Yxy13.30880.33640.1652
Hunter Lab36.481268.7870-39.7480
CIE-Lab43.224973.8350-41.3303

#b70cac color RGB value is (183,12,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001100 10101100
Octal 267 14 254
Decimal 183 12 172
Hex B7 C AC

RGB Percentages of Color #b70cac

%49.86
%3.27
%46.87

CMYK Percentages of Color #b70cac

%0
%93
%6
%28

Triadic Colors of #b70cac

#b70cac #acb70c #0cacb7

Analogous Colors of #b70cac

#b70cac #b70c56 #6d0cb7

Monochromatic Colors of #b70cac

#b70cac

Complementary Color

#b70cac #0cb717

#b70cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70cac Color CSS Codes

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

#b70cac Text Font Color

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

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


#b70cac Background Color

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

This div background color is #b70cac


#b70cac Border Color

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

This div border color is #b70cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70cac


Comments

No comments written yet.

Please login to write comment.