Color Hex Logo

#660ddd Color Hex

#660DDD
(102,13,221)
0 Favorites   0 Comments

Color spaces of #660ddd

RGB 10213221
HSL0.740.890.46
HSV266°94°87°
CMYK 0.540.940.00   0.13
XYZ18.67468.333169.0308
Yxy8.33310.19440.0868
Hunter Lab28.867164.9571-121.5750
CIE-Lab34.667272.2819-84.4564

#660ddd color RGB value is (102,13,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00001101 11011101
Octal 146 15 335
Decimal 102 13 221
Hex 66 D DD

RGB Percentages of Color #660ddd

%30.36
%3.87
%65.77

CMYK Percentages of Color #660ddd

%54
%94
%0
%13

Triadic Colors of #660ddd

#660ddd #dd660d #0ddd66

Analogous Colors of #660ddd

#660ddd #ce0ddd #0d1cdd

Monochromatic Colors of #660ddd

#660ddd

Complementary Color

#660ddd #84dd0d

#660ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#660ddd Color CSS Codes

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

#660ddd Text Font Color

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

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


#660ddd Background Color

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

This div background color is #660ddd


#660ddd Border Color

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

This div border color is #660ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660ddd


Comments

No comments written yet.

Please login to write comment.