Color Hex Logo

#b85dab Color Hex

#B85DAB
(184,93,171)
0 Favorites   0 Comments

Color spaces of #b85dab

RGB 18493171
HSL0.860.390.54
HSV309°49°72°
CMYK 0.000.490.07   0.28
XYZ31.032220.959340.9381
Yxy20.95930.33390.2255
Hunter Lab45.781340.8763-20.9708
CIE-Lab52.904947.2889-25.5492

#b85dab color RGB value is (184,93,171).

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

The process color (four color CMYK) of #b85dab color hex is 0.00, 0.49, 0.07, 0.28. Web safe color of #b85dab is #cc6699. Color #b85dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011101 10101011
Octal 270 135 253
Decimal 184 93 171
Hex B8 5D AB

RGB Percentages of Color #b85dab

%41.07
%20.76
%38.17

CMYK Percentages of Color #b85dab

%0
%49
%7
%28

Triadic Colors of #b85dab

#b85dab #abb85d #5dabb8

Analogous Colors of #b85dab

#b85dab #b85d7e #985db8

Monochromatic Colors of #b85dab

#b85dab

Complementary Color

#b85dab #5db86a

#b85dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85dab Color CSS Codes

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

#b85dab Text Font Color

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

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


#b85dab Background Color

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

This div background color is #b85dab


#b85dab Border Color

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

This div border color is #b85dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85dab


Comments

No comments written yet.

Please login to write comment.