Color Hex Logo

#b80eaa Color Hex

#B80EAA
(184,14,170)
0 Favorites   0 Comments

Color spaces of #b80eaa

RGB 18414170
HSL0.850.860.39
HSV305°92°72°
CMYK 0.000.920.08   0.28
XYZ27.179913.406739.1854
Yxy13.40670.34070.1681
Hunter Lab36.615268.4263-37.8213
CIE-Lab43.369873.5082-39.8990

#b80eaa color RGB value is (184,14,170).

#b80eaa hex color red value is 184, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b80eaa hue: 0.85 , saturation: 0.86 and the lightness value of b80eaa is 0.39.

The process color (four color CMYK) of #b80eaa color hex is 0.00, 0.92, 0.08, 0.28. Web safe color of #b80eaa is #cc0099. Color #b80eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001110 10101010
Octal 270 16 252
Decimal 184 14 170
Hex B8 E AA

RGB Percentages of Color #b80eaa

%50.00
%3.80
%46.20

CMYK Percentages of Color #b80eaa

%0
%92
%8
%28

Triadic Colors of #b80eaa

#b80eaa #aab80e #0eaab8

Analogous Colors of #b80eaa

#b80eaa #b80e55 #710eb8

Monochromatic Colors of #b80eaa

#b80eaa

Complementary Color

#b80eaa #0eb81c

#b80eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80eaa Color CSS Codes

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

#b80eaa Text Font Color

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

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


#b80eaa Background Color

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

This div background color is #b80eaa


#b80eaa Border Color

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

This div border color is #b80eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80eaa


Comments

No comments written yet.

Please login to write comment.