Color Hex Logo

#b807ad Color Hex

#B807AD
(184,7,173)
0 Favorites   0 Comments

Color spaces of #b807ad

RGB 1847173
HSL0.840.930.37
HSV304°96°72°
CMYK 0.000.960.06   0.28
XYZ27.386013.359440.6704
Yxy13.35940.33640.1641
Hunter Lab36.550569.7803-40.3877
CIE-Lab43.299974.6400-41.7943

#b807ad color RGB value is (184,7,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000111 10101101
Octal 270 7 255
Decimal 184 7 173
Hex B8 7 AD

RGB Percentages of Color #b807ad

%50.55
%1.92
%47.53

CMYK Percentages of Color #b807ad

%0
%96
%6
%28

Triadic Colors of #b807ad

#b807ad #adb807 #07adb8

Analogous Colors of #b807ad

#b807ad #b80755 #6b07b8

Monochromatic Colors of #b807ad

#b807ad

Complementary Color

#b807ad #07b812

#b807ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b807ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b807ad Color CSS Codes

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

#b807ad Text Font Color

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

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


#b807ad Background Color

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

This div background color is #b807ad


#b807ad Border Color

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

This div border color is #b807ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b807ad


Comments

No comments written yet.

Please login to write comment.