Color Hex Logo

#b70caa Color Hex

#B70CAA
(183,12,170)
0 Favorites   0 Comments

Color spaces of #b70caa

RGB 18312170
HSL0.850.880.38
HSV305°93°72°
CMYK 0.000.930.07   0.28
XYZ26.915613.232539.1657
Yxy13.23250.33940.1668
Hunter Lab36.376568.4163-38.3726
CIE-Lab43.111573.5501-40.3204

#b70caa color RGB value is (183,12,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001100 10101010
Octal 267 14 252
Decimal 183 12 170
Hex B7 C AA

RGB Percentages of Color #b70caa

%50.14
%3.29
%46.58

CMYK Percentages of Color #b70caa

%0
%93
%7
%28

Triadic Colors of #b70caa

#b70caa #aab70c #0caab7

Analogous Colors of #b70caa

#b70caa #b70c54 #6f0cb7

Monochromatic Colors of #b70caa

#b70caa

Complementary Color

#b70caa #0cb719

#b70caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70caa Color CSS Codes

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

#b70caa Text Font Color

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

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


#b70caa Background Color

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

This div background color is #b70caa


#b70caa Border Color

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

This div border color is #b70caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70caa


Comments

No comments written yet.

Please login to write comment.