Color Hex Logo

#660dcd Color Hex

#660DCD
(102,13,205)
0 Favorites   0 Comments

Color spaces of #660dcd

RGB 10213205
HSL0.740.880.43
HSV268°94°80°
CMYK 0.500.940.00   0.20
XYZ16.64297.520458.3320
Yxy7.52040.20170.0912
Hunter Lab27.423360.3386-106.9190
CIE-Lab32.963468.6773-78.0151

#660dcd color RGB value is (102,13,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00001101 11001101
Octal 146 15 315
Decimal 102 13 205
Hex 66 D CD

RGB Percentages of Color #660dcd

%31.88
%4.06
%64.06

CMYK Percentages of Color #660dcd

%50
%94
%0
%20

Triadic Colors of #660dcd

#660dcd #cd660d #0dcd66

Analogous Colors of #660dcd

#660dcd #c60dcd #0d14cd

Monochromatic Colors of #660dcd

#660dcd

Complementary Color

#660dcd #74cd0d

#660dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#660dcd Color CSS Codes

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

#660dcd Text Font Color

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

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


#660dcd Background Color

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

This div background color is #660dcd


#660dcd Border Color

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

This div border color is #660dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660dcd


Comments

No comments written yet.

Please login to write comment.