Color Hex Logo

#b85399 Color Hex

#B85399
(184,83,153)
0 Favorites   0 Comments

Color spaces of #b85399

RGB 18483153
HSL0.880.420.52
HSV318°55°72°
CMYK 0.000.550.17   0.28
XYZ28.610218.676832.2340
Yxy18.67680.35980.2349
Hunter Lab43.216742.5410-13.9710
CIE-Lab50.306949.2864-18.9730

#b85399 color RGB value is (184,83,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010011 10011001
Octal 270 123 231
Decimal 184 83 153
Hex B8 53 99

RGB Percentages of Color #b85399

%43.81
%19.76
%36.43

CMYK Percentages of Color #b85399

%0
%55
%17
%28

Triadic Colors of #b85399

#b85399 #99b853 #5399b8

Analogous Colors of #b85399

#b85399 #b85367 #a553b8

Monochromatic Colors of #b85399

#b85399

Complementary Color

#b85399 #53b872

#b85399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85399 Color CSS Codes

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

#b85399 Text Font Color

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

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


#b85399 Background Color

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

This div background color is #b85399


#b85399 Border Color

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

This div border color is #b85399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85399


Comments

No comments written yet.

Please login to write comment.