Color Hex Logo

#b85882 Color Hex

#B85882
(184,88,130)
0 Favorites   0 Comments

Color spaces of #b85882

RGB 18488130
HSL0.930.400.53
HSV334°52°72°
CMYK 0.000.520.29   0.28
XYZ27.286218.781523.3061
Yxy18.78150.39330.2707
Hunter Lab43.337636.5462-1.5486
CIE-Lab50.430643.5025-5.1018

#b85882 color RGB value is (184,88,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011000 10000010
Octal 270 130 202
Decimal 184 88 130
Hex B8 58 82

RGB Percentages of Color #b85882

%45.77
%21.89
%32.34

CMYK Percentages of Color #b85882

%0
%52
%29
%28

Triadic Colors of #b85882

#b85882 #82b858 #5882b8

Analogous Colors of #b85882

#b85882 #b85e58 #b858b2

Monochromatic Colors of #b85882

#b85882

Complementary Color

#b85882 #58b88e

#b85882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85882 Color CSS Codes

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

#b85882 Text Font Color

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

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


#b85882 Background Color

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

This div background color is #b85882


#b85882 Border Color

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

This div border color is #b85882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85882


Comments

No comments written yet.

Please login to write comment.