Color Hex Logo

#86215b Color Hex

#86215B
(134,33,91)
0 Favorites   0 Comments

Color spaces of #86215b

RGB 1343391
HSL0.900.600.33
HSV326°75°53°
CMYK 0.000.750.32   0.47
XYZ12.26376.911410.5852
Yxy6.91140.41210.2322
Hunter Lab26.289537.2610-5.4698
CIE-Lab31.604447.4657-9.8858

#86215b color RGB value is (134,33,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00100001 01011011
Octal 206 41 133
Decimal 134 33 91
Hex 86 21 5B

RGB Percentages of Color #86215b

%51.94
%12.79
%35.27

CMYK Percentages of Color #86215b

%0
%75
%32
%47

Triadic Colors of #86215b

#86215b #5b8621 #215b86

Analogous Colors of #86215b

#86215b #862128 #7f2186

Monochromatic Colors of #86215b

#86215b

Complementary Color

#86215b #21864c

#86215b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86215b Color Preview on White Background

Lorem ipsum dolor sit amet.

#86215b Color CSS Codes

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

#86215b Text Font Color

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

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


#86215b Background Color

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

This div background color is #86215b


#86215b Border Color

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

This div border color is #86215b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86215b


Comments

No comments written yet.

Please login to write comment.