Color Hex Logo

#660edd Color Hex

#660EDD
(102,14,221)
0 Favorites   0 Comments

Color spaces of #660edd

RGB 10214221
HSL0.740.880.46
HSV266°94°87°
CMYK 0.540.940.00   0.13
XYZ18.68778.359369.0352
Yxy8.35930.19450.0870
Hunter Lab28.912564.7775-121.3299
CIE-Lab34.720272.1212-84.3686

#660edd color RGB value is (102,14,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00001110 11011101
Octal 146 16 335
Decimal 102 14 221
Hex 66 E DD

RGB Percentages of Color #660edd

%30.27
%4.15
%65.58

CMYK Percentages of Color #660edd

%54
%94
%0
%13

Triadic Colors of #660edd

#660edd #dd660e #0edd66

Analogous Colors of #660edd

#660edd #ce0edd #0e1edd

Monochromatic Colors of #660edd

#660edd

Complementary Color

#660edd #85dd0e

#660edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#660edd Color CSS Codes

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

#660edd Text Font Color

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

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


#660edd Background Color

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

This div background color is #660edd


#660edd Border Color

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

This div border color is #660edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660edd


Comments

No comments written yet.

Please login to write comment.