Color Hex Logo

#b85bae Color Hex

#B85BAE
(184,91,174)
0 Favorites   0 Comments

Color spaces of #b85bae

RGB 18491174
HSL0.850.400.54
HSV306°51°72°
CMYK 0.000.510.05   0.28
XYZ31.148220.728542.4037
Yxy20.72850.33040.2199
Hunter Lab45.528642.4451-23.3506
CIE-Lab52.651148.8116-27.6893

#b85bae color RGB value is (184,91,174).

#b85bae hex color red value is 184, green value is 91 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b85bae hue: 0.85 , saturation: 0.40 and the lightness value of b85bae is 0.54.

The process color (four color CMYK) of #b85bae color hex is 0.00, 0.51, 0.05, 0.28. Web safe color of #b85bae is #cc6699. Color #b85bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011011 10101110
Octal 270 133 256
Decimal 184 91 174
Hex B8 5B AE

RGB Percentages of Color #b85bae

%40.98
%20.27
%38.75

CMYK Percentages of Color #b85bae

%0
%51
%5
%28

Triadic Colors of #b85bae

#b85bae #aeb85b #5baeb8

Analogous Colors of #b85bae

#b85bae #b85b80 #945bb8

Monochromatic Colors of #b85bae

#b85bae

Complementary Color

#b85bae #5bb865

#b85bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85bae Color CSS Codes

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

#b85bae Text Font Color

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

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


#b85bae Background Color

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

This div background color is #b85bae


#b85bae Border Color

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

This div border color is #b85bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85bae


Comments

No comments written yet.

Please login to write comment.