Color Hex Logo

#b80dab Color Hex

#B80DAB
(184,13,171)
0 Favorites   0 Comments

Color spaces of #b80dab

RGB 18413171
HSL0.850.870.39
HSV305°93°72°
CMYK 0.000.930.07   0.28
XYZ27.261813.418539.6812
Yxy13.41850.33920.1670
Hunter Lab36.631368.7389-38.5846
CIE-Lab43.387273.7637-40.4664

#b80dab color RGB value is (184,13,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001101 10101011
Octal 270 15 253
Decimal 184 13 171
Hex B8 D AB

RGB Percentages of Color #b80dab

%50.00
%3.53
%46.47

CMYK Percentages of Color #b80dab

%0
%93
%7
%28

Triadic Colors of #b80dab

#b80dab #abb80d #0dabb8

Analogous Colors of #b80dab

#b80dab #b80d55 #700db8

Monochromatic Colors of #b80dab

#b80dab

Complementary Color

#b80dab #0db81a

#b80dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80dab Color CSS Codes

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

#b80dab Text Font Color

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

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


#b80dab Background Color

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

This div background color is #b80dab


#b80dab Border Color

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

This div border color is #b80dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80dab


Comments

No comments written yet.

Please login to write comment.