Color Hex Logo

#b85183 Color Hex

#B85183
(184,81,131)
0 Favorites   0 Comments

Color spaces of #b85183

RGB 18481131
HSL0.920.420.52
HSV331°56°72°
CMYK 0.000.560.29   0.28
XYZ26.806317.713923.4790
Yxy17.71390.39420.2605
Hunter Lab42.087940.0351-3.6138
CIE-Lab49.147247.0889-7.6096

#b85183 color RGB value is (184,81,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010001 10000011
Octal 270 121 203
Decimal 184 81 131
Hex B8 51 83

RGB Percentages of Color #b85183

%46.46
%20.45
%33.08

CMYK Percentages of Color #b85183

%0
%56
%29
%28

Triadic Colors of #b85183

#b85183 #83b851 #5183b8

Analogous Colors of #b85183

#b85183 #b85351 #b851b7

Monochromatic Colors of #b85183

#b85183

Complementary Color

#b85183 #51b886

#b85183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85183 Color CSS Codes

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

#b85183 Text Font Color

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

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


#b85183 Background Color

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

This div background color is #b85183


#b85183 Border Color

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

This div border color is #b85183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85183

#b85183 Color Palettes


Comments

No comments written yet.

Please login to write comment.