Color Hex Logo

#b807ab Color Hex

#B807AB
(184,7,171)
0 Favorites   0 Comments

Color spaces of #b807ab

RGB 1847171
HSL0.850.930.37
HSV304°96°72°
CMYK 0.000.960.07   0.28
XYZ27.193813.282639.6586
Yxy13.28260.33930.1658
Hunter Lab36.445369.4092-39.0058
CIE-Lab43.186074.3564-40.7861

#b807ab color RGB value is (184,7,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000111 10101011
Octal 270 7 253
Decimal 184 7 171
Hex B8 7 AB

RGB Percentages of Color #b807ab

%50.83
%1.93
%47.24

CMYK Percentages of Color #b807ab

%0
%96
%7
%28

Triadic Colors of #b807ab

#b807ab #abb807 #07abb8

Analogous Colors of #b807ab

#b807ab #b80752 #6d07b8

Monochromatic Colors of #b807ab

#b807ab

Complementary Color

#b807ab #07b814

#b807ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b807ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b807ab Color CSS Codes

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

#b807ab Text Font Color

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

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


#b807ab Background Color

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

This div background color is #b807ab


#b807ab Border Color

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

This div border color is #b807ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,7,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b807ab


Comments

No comments written yet.

Please login to write comment.