Color Hex Logo

#862173 Color Hex

#862173
(134,33,115)
0 Favorites   0 Comments

Color spaces of #862173

RGB 13433115
HSL0.860.600.33
HSV311°75°53°
CMYK 0.000.750.14   0.47
XYZ13.46997.393916.9369
Yxy7.39390.35630.1956
Hunter Lab27.191740.8376-17.8957
CIE-Lab32.687350.8234-23.6173

#862173 color RGB value is (134,33,115).

#862173 hex color red value is 134, green value is 33 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #862173 hue: 0.86 , saturation: 0.60 and the lightness value of 862173 is 0.33.

The process color (four color CMYK) of #862173 color hex is 0.00, 0.75, 0.14, 0.47. Web safe color of #862173 is #993366. Color #862173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00100001 01110011
Octal 206 41 163
Decimal 134 33 115
Hex 86 21 73

RGB Percentages of Color #862173

%47.52
%11.70
%40.78

CMYK Percentages of Color #862173

%0
%75
%14
%47

Triadic Colors of #862173

#862173 #738621 #217386

Analogous Colors of #862173

#862173 #862141 #672186

Monochromatic Colors of #862173

#862173

Complementary Color

#862173 #218634

#862173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#862173 Color CSS Codes

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

#862173 Text Font Color

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

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


#862173 Background Color

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

This div background color is #862173


#862173 Border Color

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

This div border color is #862173


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,33,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #862173; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #862173;
  -webkit-box-shadow: 1px 1px 3px 2px #862173;
  box-shadow:         1px 1px 3px 2px #862173; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,33,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862173


Comments

No comments written yet.

Please login to write comment.