Color Hex Logo

#660eab Color Hex

#660EAB
(102,14,171)
0 Favorites   0 Comments

Color spaces of #660eab

RGB 10214171
HSL0.760.850.36
HSV274°92°67°
CMYK 0.400.920.00   0.33
XYZ12.98726.079139.0170
Yxy6.07910.22360.1047
Hunter Lab24.655850.8753-76.5653
CIE-Lab29.611260.9309-63.4166

#660eab color RGB value is (102,14,171).

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

The process color (four color CMYK) of #660eab color hex is 0.40, 0.92, 0.00, 0.33. Web safe color of #660eab is #660099. Color #660eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00001110 10101011
Octal 146 16 253
Decimal 102 14 171
Hex 66 E AB

RGB Percentages of Color #660eab

%35.54
%4.88
%59.58

CMYK Percentages of Color #660eab

%40
%92
%0
%33

Triadic Colors of #660eab

#660eab #ab660e #0eab66

Analogous Colors of #660eab

#660eab #ab0ea2 #180eab

Monochromatic Colors of #660eab

#660eab

Complementary Color

#660eab #53ab0e

#660eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#660eab Color CSS Codes

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

#660eab Text Font Color

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

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


#660eab Background Color

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

This div background color is #660eab


#660eab Border Color

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

This div border color is #660eab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,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 #660eab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660eab


Comments

No comments written yet.

Please login to write comment.