Color Hex Logo

#b707aa Color Hex

#B707AA
(183,7,170)
0 Favorites   0 Comments

Color spaces of #b707aa

RGB 1837170
HSL0.850.930.37
HSV304°96°72°
CMYK 0.000.960.07   0.28
XYZ26.860113.121539.1472
Yxy13.12150.33940.1658
Hunter Lab36.223668.9679-38.7187
CIE-Lab42.945774.0387-40.5838

#b707aa color RGB value is (183,7,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000111 10101010
Octal 267 7 252
Decimal 183 7 170
Hex B7 7 AA

RGB Percentages of Color #b707aa

%50.83
%1.94
%47.22

CMYK Percentages of Color #b707aa

%0
%96
%7
%28

Triadic Colors of #b707aa

#b707aa #aab707 #07aab7

Analogous Colors of #b707aa

#b707aa #b70752 #6c07b7

Monochromatic Colors of #b707aa

#b707aa

Complementary Color

#b707aa #07b714

#b707aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b707aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b707aa Color CSS Codes

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

#b707aa Text Font Color

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

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


#b707aa Background Color

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

This div background color is #b707aa


#b707aa Border Color

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

This div border color is #b707aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b707aa


Comments

No comments written yet.

Please login to write comment.