Color Hex Logo

#b85783 Color Hex

#B85783
(184,87,131)
0 Favorites   0 Comments

Color spaces of #b85783

RGB 18487131
HSL0.920.410.53
HSV333°53°72°
CMYK 0.000.530.29   0.28
XYZ27.272118.645423.6343
Yxy18.64540.39210.2681
Hunter Lab43.180337.1726-2.2255
CIE-Lab50.269744.1390-5.9381

#b85783 color RGB value is (184,87,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010111 10000011
Octal 270 127 203
Decimal 184 87 131
Hex B8 57 83

RGB Percentages of Color #b85783

%45.77
%21.64
%32.59

CMYK Percentages of Color #b85783

%0
%53
%29
%28

Triadic Colors of #b85783

#b85783 #83b857 #5783b8

Analogous Colors of #b85783

#b85783 #b85c57 #b857b4

Monochromatic Colors of #b85783

#b85783

Complementary Color

#b85783 #57b88c

#b85783 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85783 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85783 Color CSS Codes

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

#b85783 Text Font Color

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

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


#b85783 Background Color

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

This div background color is #b85783


#b85783 Border Color

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

This div border color is #b85783


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85783


Comments

No comments written yet.

Please login to write comment.