Color Hex Logo

#b85885 Color Hex

#B85885
(184,88,133)
0 Favorites   0 Comments

Color spaces of #b85885

RGB 18488133
HSL0.920.400.53
HSV332°52°72°
CMYK 0.000.520.28   0.28
XYZ27.490518.863224.3824
Yxy18.86320.38860.2667
Hunter Lab43.431836.9774-2.8829
CIE-Lab50.526843.9090-6.7500

#b85885 color RGB value is (184,88,133).

#b85885 hex color red value is 184, green value is 88 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #b85885 hue: 0.92 , saturation: 0.40 and the lightness value of b85885 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011000 10000101
Octal 270 130 205
Decimal 184 88 133
Hex B8 58 85

RGB Percentages of Color #b85885

%45.43
%21.73
%32.84

CMYK Percentages of Color #b85885

%0
%52
%28
%28

Triadic Colors of #b85885

#b85885 #85b858 #5885b8

Analogous Colors of #b85885

#b85885 #b85b58 #b858b5

Monochromatic Colors of #b85885

#b85885

Complementary Color

#b85885 #58b88b

#b85885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85885 Color CSS Codes

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

#b85885 Text Font Color

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

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


#b85885 Background Color

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

This div background color is #b85885


#b85885 Border Color

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

This div border color is #b85885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85885


Comments

No comments written yet.

Please login to write comment.