Color Hex Logo

#b80daa Color Hex

#B80DAA
(184,13,170)
0 Favorites   0 Comments

Color spaces of #b80daa

RGB 18413170
HSL0.850.870.39
HSV305°93°72°
CMYK 0.000.930.08   0.28
XYZ27.166813.380539.1811
Yxy13.38050.34070.1678
Hunter Lab36.579468.5547-37.9015
CIE-Lab43.331173.6220-39.9605

#b80daa color RGB value is (184,13,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001101 10101010
Octal 270 15 252
Decimal 184 13 170
Hex B8 D AA

RGB Percentages of Color #b80daa

%50.14
%3.54
%46.32

CMYK Percentages of Color #b80daa

%0
%93
%8
%28

Triadic Colors of #b80daa

#b80daa #aab80d #0daab8

Analogous Colors of #b80daa

#b80daa #b80d54 #710db8

Monochromatic Colors of #b80daa

#b80daa

Complementary Color

#b80daa #0db81b

#b80daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80daa Color CSS Codes

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

#b80daa Text Font Color

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

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


#b80daa Background Color

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

This div background color is #b80daa


#b80daa Border Color

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

This div border color is #b80daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80daa


Comments

No comments written yet.

Please login to write comment.