Color Hex Logo

#b70aaa Color Hex

#B70AAA
(183,10,170)
0 Favorites   0 Comments

Color spaces of #b70aaa

RGB 18310170
HSL0.850.900.38
HSV305°95°72°
CMYK 0.000.950.07   0.28
XYZ26.892713.186639.1581
Yxy13.18660.33940.1664
Hunter Lab36.313468.6439-38.5154
CIE-Lab43.043173.7519-40.4292

#b70aaa color RGB value is (183,10,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001010 10101010
Octal 267 12 252
Decimal 183 10 170
Hex B7 A AA

RGB Percentages of Color #b70aaa

%50.41
%2.75
%46.83

CMYK Percentages of Color #b70aaa

%0
%95
%7
%28

Triadic Colors of #b70aaa

#b70aaa #aab70a #0aaab7

Analogous Colors of #b70aaa

#b70aaa #b70a53 #6e0ab7

Monochromatic Colors of #b70aaa

#b70aaa

Complementary Color

#b70aaa #0ab717

#b70aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70aaa Color CSS Codes

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

#b70aaa Text Font Color

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

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


#b70aaa Background Color

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

This div background color is #b70aaa


#b70aaa Border Color

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

This div border color is #b70aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70aaa


Comments

No comments written yet.

Please login to write comment.