Color Hex Logo

#664dd9 Color Hex

#664DD9
(102,77,217)
0 Favorites   0 Comments

Color spaces of #664dd9

RGB 10277217
HSL0.700.650.58
HSV251°65°85°
CMYK 0.530.650.00   0.15
XYZ20.657813.142367.0936
Yxy13.14230.20470.1303
Hunter Lab36.252338.2738-84.3538
CIE-Lab42.976946.4098-68.5069

#664dd9 color RGB value is (102,77,217).

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

The process color (four color CMYK) of #664dd9 color hex is 0.53, 0.65, 0.00, 0.15. Web safe color of #664dd9 is #6666cc. Color #664dd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001101 11011001
Octal 146 115 331
Decimal 102 77 217
Hex 66 4D D9

RGB Percentages of Color #664dd9

%25.76
%19.44
%54.80

CMYK Percentages of Color #664dd9

%53
%65
%0
%15

Triadic Colors of #664dd9

#664dd9 #d9664d #4dd966

Analogous Colors of #664dd9

#664dd9 #ac4dd9 #4d7ad9

Monochromatic Colors of #664dd9

#664dd9

Complementary Color

#664dd9 #c0d94d

#664dd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664dd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664dd9 Color CSS Codes

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

#664dd9 Text Font Color

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

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


#664dd9 Background Color

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

This div background color is #664dd9


#664dd9 Border Color

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

This div border color is #664dd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664dd9


Comments

No comments written yet.

Please login to write comment.