Color Hex Logo

#b85ead Color Hex

#B85EAD
(184,94,173)
0 Favorites   0 Comments

Color spaces of #b85ead

RGB 18494173
HSL0.850.390.55
HSV307°49°72°
CMYK 0.000.490.06   0.28
XYZ31.312721.212941.9793
Yxy21.21290.33130.2245
Hunter Lab46.057540.7547-21.7999
CIE-Lab53.181747.1301-26.2855

#b85ead color RGB value is (184,94,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011110 10101101
Octal 270 136 255
Decimal 184 94 173
Hex B8 5E AD

RGB Percentages of Color #b85ead

%40.80
%20.84
%38.36

CMYK Percentages of Color #b85ead

%0
%49
%6
%28

Triadic Colors of #b85ead

#b85ead #adb85e #5eadb8

Analogous Colors of #b85ead

#b85ead #b85e80 #965eb8

Monochromatic Colors of #b85ead

#b85ead

Complementary Color

#b85ead #5eb869

#b85ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85ead Color CSS Codes

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

#b85ead Text Font Color

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

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


#b85ead Background Color

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

This div background color is #b85ead


#b85ead Border Color

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

This div border color is #b85ead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,94,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b85ead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85ead


Comments

No comments written yet.

Please login to write comment.