Color Hex Logo

#b85daa Color Hex

#B85DAA
(184,93,170)
0 Favorites   0 Comments

Color spaces of #b85daa

RGB 18493170
HSL0.860.390.54
HSV309°49°72°
CMYK 0.000.490.08   0.28
XYZ30.937220.921340.4379
Yxy20.92130.33520.2267
Hunter Lab45.739840.6880-20.3996
CIE-Lab52.863347.1168-25.0307

#b85daa color RGB value is (184,93,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011101 10101010
Octal 270 135 252
Decimal 184 93 170
Hex B8 5D AA

RGB Percentages of Color #b85daa

%41.16
%20.81
%38.03

CMYK Percentages of Color #b85daa

%0
%49
%8
%28

Triadic Colors of #b85daa

#b85daa #aab85d #5daab8

Analogous Colors of #b85daa

#b85daa #b85d7d #995db8

Monochromatic Colors of #b85daa

#b85daa

Complementary Color

#b85daa #5db86b

#b85daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85daa Color CSS Codes

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

#b85daa Text Font Color

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

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


#b85daa Background Color

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

This div background color is #b85daa


#b85daa Border Color

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

This div border color is #b85daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85daa


Comments

No comments written yet.

Please login to write comment.