Color Hex Logo

#b85eab Color Hex

#B85EAB
(184,94,171)
0 Favorites   0 Comments

Color spaces of #b85eab

RGB 18494171
HSL0.860.390.55
HSV309°49°72°
CMYK 0.000.490.07   0.28
XYZ31.120621.136040.9675
Yxy21.13600.33380.2267
Hunter Lab45.973940.3757-20.6518
CIE-Lab53.098046.7832-25.2508

#b85eab color RGB value is (184,94,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011110 10101011
Octal 270 136 253
Decimal 184 94 171
Hex B8 5E AB

RGB Percentages of Color #b85eab

%40.98
%20.94
%38.08

CMYK Percentages of Color #b85eab

%0
%49
%7
%28

Triadic Colors of #b85eab

#b85eab #abb85e #5eabb8

Analogous Colors of #b85eab

#b85eab #b85e7e #985eb8

Monochromatic Colors of #b85eab

#b85eab

Complementary Color

#b85eab #5eb86b

#b85eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85eab Color CSS Codes

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

#b85eab Text Font Color

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

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


#b85eab Background Color

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

This div background color is #b85eab


#b85eab Border Color

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

This div border color is #b85eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85eab


Comments

No comments written yet.

Please login to write comment.