Color Hex Logo

#86125b Color Hex

#86125B
(134,18,91)
0 Favorites   0 Comments

Color spaces of #86125b

RGB 1341891
HSL0.900.760.30
HSV322°87°53°
CMYK 0.000.870.32   0.47
XYZ11.93616.256310.4760
Yxy6.25630.41640.2182
Hunter Lab25.012641.4088-7.3236
CIE-Lab30.050151.8950-12.2482

#86125b color RGB value is (134,18,91).

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

The process color (four color CMYK) of #86125b color hex is 0.00, 0.87, 0.32, 0.47. Web safe color of #86125b is #990066. Color #86125b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010010 01011011
Octal 206 22 133
Decimal 134 18 91
Hex 86 12 5B

RGB Percentages of Color #86125b

%55.14
%7.41
%37.45

CMYK Percentages of Color #86125b

%0
%87
%32
%47

Triadic Colors of #86125b

#86125b #5b8612 #125b86

Analogous Colors of #86125b

#86125b #861221 #771286

Monochromatic Colors of #86125b

#86125b

Complementary Color

#86125b #12863d

#86125b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86125b Color Preview on White Background

Lorem ipsum dolor sit amet.

#86125b Color CSS Codes

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

#86125b Text Font Color

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

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


#86125b Background Color

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

This div background color is #86125b


#86125b Border Color

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

This div border color is #86125b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,18,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 #86125b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86125b


Comments

No comments written yet.

Please login to write comment.