Color Hex Logo

#664dc9 Color Hex

#664DC9
(102,77,201)
0 Favorites   0 Comments

Color spaces of #664dc9

RGB 10277201
HSL0.700.530.55
HSV252°62°79°
CMYK 0.490.620.00   0.21
XYZ18.676012.349656.6577
Yxy12.34960.21300.1408
Hunter Lab35.142033.3642-70.9909
CIE-Lab41.766441.6889-61.2682

#664dc9 color RGB value is (102,77,201).

#664dc9 hex color red value is 102, green value is 77 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #664dc9 hue: 0.70 , saturation: 0.53 and the lightness value of 664dc9 is 0.55.

The process color (four color CMYK) of #664dc9 color hex is 0.49, 0.62, 0.00, 0.21. Web safe color of #664dc9 is #6666cc. Color #664dc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001101 11001001
Octal 146 115 311
Decimal 102 77 201
Hex 66 4D C9

RGB Percentages of Color #664dc9

%26.84
%20.26
%52.89

CMYK Percentages of Color #664dc9

%49
%62
%0
%21

Triadic Colors of #664dc9

#664dc9 #c9664d #4dc966

Analogous Colors of #664dc9

#664dc9 #a44dc9 #4d72c9

Monochromatic Colors of #664dc9

#664dc9

Complementary Color

#664dc9 #b0c94d

#664dc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664dc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664dc9 Color CSS Codes

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

#664dc9 Text Font Color

<p style="color:#664dc9">Text here</p>

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


#664dc9 Background Color

<div style="background-color:#664dc9">
Div content here</div>

This div background color is #664dc9


#664dc9 Border Color

<div style="border:3px solid #664dc9">
Div here</div>

This div border color is #664dc9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,77,201, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #664dc9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #664dc9;
  -webkit-box-shadow: 1px 1px 3px 2px #664dc9;
  box-shadow:         1px 1px 3px 2px #664dc9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664dc9


Comments

No comments written yet.

Please login to write comment.