Color Hex Logo

#660edb Color Hex

#660EDB
(102,14,219)
0 Favorites   0 Comments

Color spaces of #660edb

RGB 10214219
HSL0.740.880.46
HSV266°94°86°
CMYK 0.530.940.00   0.14
XYZ18.42278.253367.6399
Yxy8.25330.19530.0875
Hunter Lab28.728664.1913-119.4852
CIE-Lab34.504971.6684-83.5743

#660edb color RGB value is (102,14,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00001110 11011011
Octal 146 16 333
Decimal 102 14 219
Hex 66 E DB

RGB Percentages of Color #660edb

%30.45
%4.18
%65.37

CMYK Percentages of Color #660edb

%53
%94
%0
%14

Triadic Colors of #660edb

#660edb #db660e #0edb66

Analogous Colors of #660edb

#660edb #cd0edb #0e1cdb

Monochromatic Colors of #660edb

#660edb

Complementary Color

#660edb #83db0e

#660edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#660edb Color CSS Codes

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

#660edb Text Font Color

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

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


#660edb Background Color

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

This div background color is #660edb


#660edb Border Color

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

This div border color is #660edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660edb


Comments

No comments written yet.

Please login to write comment.