Color Hex Logo

#850c72 Color Hex

#850C72
(133,12,114)
0 Favorites   0 Comments

Color spaces of #850c72

RGB 13312114
HSL0.860.830.28
HSV309°91°52°
CMYK 0.000.910.14   0.48
XYZ12.84166.464416.4905
Yxy6.46440.35870.1806
Hunter Lab25.425245.6616-20.6572
CIE-Lab30.555155.8961-26.3401

#850c72 color RGB value is (133,12,114).

#850c72 hex color red value is 133, green value is 12 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #850c72 hue: 0.86 , saturation: 0.83 and the lightness value of 850c72 is 0.28.

The process color (four color CMYK) of #850c72 color hex is 0.00, 0.91, 0.14, 0.48. Web safe color of #850c72 is #990066. Color #850c72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001100 01110010
Octal 205 14 162
Decimal 133 12 114
Hex 85 C 72

RGB Percentages of Color #850c72

%51.35
%4.63
%44.02

CMYK Percentages of Color #850c72

%0
%91
%14
%48

Triadic Colors of #850c72

#850c72 #72850c #0c7285

Analogous Colors of #850c72

#850c72 #850c36 #5c0c85

Monochromatic Colors of #850c72

#850c72

Complementary Color

#850c72 #0c851f

#850c72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850c72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#850c72 Color CSS Codes

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

#850c72 Text Font Color

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

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


#850c72 Background Color

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

This div background color is #850c72


#850c72 Border Color

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

This div border color is #850c72


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,12,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #850c72; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #850c72;
  -webkit-box-shadow: 1px 1px 3px 2px #850c72;
  box-shadow:         1px 1px 3px 2px #850c72; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850c72


Comments

No comments written yet.

Please login to write comment.