Color Hex Logo

#860eab Color Hex

#860EAB
(134,14,171)
0 Favorites   0 Comments

Color spaces of #860eab

RGB 13414171
HSL0.790.850.36
HSV286°92°67°
CMYK 0.220.920.00   0.33
XYZ17.33928.322739.2206
Yxy8.32270.26720.1283
Hunter Lab28.849156.7981-60.4109
CIE-Lab34.646165.2721-54.9823

#860eab color RGB value is (134,14,171).

#860eab hex color red value is 134, green value is 14 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #860eab hue: 0.79 , saturation: 0.85 and the lightness value of 860eab is 0.36.

The process color (four color CMYK) of #860eab color hex is 0.22, 0.92, 0.00, 0.33. Web safe color of #860eab is #990099. Color #860eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00001110 10101011
Octal 206 16 253
Decimal 134 14 171
Hex 86 E AB

RGB Percentages of Color #860eab

%42.01
%4.39
%53.61

CMYK Percentages of Color #860eab

%22
%92
%0
%33

Triadic Colors of #860eab

#860eab #ab860e #0eab86

Analogous Colors of #860eab

#860eab #ab0e82 #370eab

Monochromatic Colors of #860eab

#860eab

Complementary Color

#860eab #33ab0e

#860eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#860eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#860eab Color CSS Codes

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

#860eab Text Font Color

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

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


#860eab Background Color

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

This div background color is #860eab


#860eab Border Color

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

This div border color is #860eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,14,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #860eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #860eab;
  -webkit-box-shadow: 1px 1px 3px 2px #860eab;
  box-shadow:         1px 1px 3px 2px #860eab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #860eab


Comments

No comments written yet.

Please login to write comment.