Color Hex Logo

#861474 Color Hex

#861474
(134,20,116)
0 Favorites   0 Comments

Color spaces of #861474

RGB 13420116
HSL0.860.740.30
HSV309°85°53°
CMYK 0.000.850.13   0.47
XYZ13.23416.829617.1437
Yxy6.82960.35570.1836
Hunter Lab26.133544.6594-20.6011
CIE-Lab31.415854.7740-26.2456

#861474 color RGB value is (134,20,116).

#861474 hex color red value is 134, green value is 20 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #861474 hue: 0.86 , saturation: 0.74 and the lightness value of 861474 is 0.30.

The process color (four color CMYK) of #861474 color hex is 0.00, 0.85, 0.13, 0.47. Web safe color of #861474 is #990066. Color #861474 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010100 01110100
Octal 206 24 164
Decimal 134 20 116
Hex 86 14 74

RGB Percentages of Color #861474

%49.63
%7.41
%42.96

CMYK Percentages of Color #861474

%0
%85
%13
%47

Triadic Colors of #861474

#861474 #748614 #147486

Analogous Colors of #861474

#861474 #86143b #5f1486

Monochromatic Colors of #861474

#861474

Complementary Color

#861474 #148626

#861474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#861474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#861474 Color CSS Codes

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

#861474 Text Font Color

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

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


#861474 Background Color

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

This div background color is #861474


#861474 Border Color

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

This div border color is #861474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #861474


Comments

No comments written yet.

Please login to write comment.