Color Hex Logo

#660ecd Color Hex

#660ECD
(102,14,205)
0 Favorites   0 Comments

Color spaces of #660ecd

RGB 10214205
HSL0.740.870.43
HSV268°93°80°
CMYK 0.500.930.00   0.20
XYZ16.65607.546658.3364
Yxy7.54660.20180.0914
Hunter Lab27.471160.1520-106.6760
CIE-Lab33.020268.5058-77.9212

#660ecd color RGB value is (102,14,205).

#660ecd hex color red value is 102, green value is 14 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #660ecd hue: 0.74 , saturation: 0.87 and the lightness value of 660ecd is 0.43.

The process color (four color CMYK) of #660ecd color hex is 0.50, 0.93, 0.00, 0.20. Web safe color of #660ecd is #6600cc. Color #660ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00001110 11001101
Octal 146 16 315
Decimal 102 14 205
Hex 66 E CD

RGB Percentages of Color #660ecd

%31.78
%4.36
%63.86

CMYK Percentages of Color #660ecd

%50
%93
%0
%20

Triadic Colors of #660ecd

#660ecd #cd660e #0ecd66

Analogous Colors of #660ecd

#660ecd #c60ecd #0e16cd

Monochromatic Colors of #660ecd

#660ecd

Complementary Color

#660ecd #75cd0e

#660ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#660ecd Color CSS Codes

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

#660ecd Text Font Color

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

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


#660ecd Background Color

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

This div background color is #660ecd


#660ecd Border Color

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

This div border color is #660ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660ecd


Comments

No comments written yet.

Please login to write comment.