Color Hex Logo

#660ead Color Hex

#660EAD
(102,14,173)
0 Favorites   0 Comments

Color spaces of #660ead

RGB 10214173
HSL0.760.850.37
HSV273°92°68°
CMYK 0.410.920.00   0.32
XYZ13.17946.156040.0288
Yxy6.15600.22200.1037
Hunter Lab24.811351.3969-78.2864
CIE-Lab29.802761.3696-64.3039

#660ead color RGB value is (102,14,173).

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

The process color (four color CMYK) of #660ead color hex is 0.41, 0.92, 0.00, 0.32. Web safe color of #660ead is #660099. Color #660ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00001110 10101101
Octal 146 16 255
Decimal 102 14 173
Hex 66 E AD

RGB Percentages of Color #660ead

%35.29
%4.84
%59.86

CMYK Percentages of Color #660ead

%41
%92
%0
%32

Triadic Colors of #660ead

#660ead #ad660e #0ead66

Analogous Colors of #660ead

#660ead #ad0ea5 #170ead

Monochromatic Colors of #660ead

#660ead

Complementary Color

#660ead #55ad0e

#660ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#660ead Color CSS Codes

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

#660ead Text Font Color

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

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


#660ead Background Color

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

This div background color is #660ead


#660ead Border Color

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

This div border color is #660ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660ead


Comments

No comments written yet.

Please login to write comment.