Color Hex Logo

#664eaf Color Hex

#664EAF
(102,78,175)
0 Favorites   0 Comments

Color spaces of #664eaf

RGB 10278175
HSL0.710.380.50
HSV255°55°69°
CMYK 0.420.550.00   0.31
XYZ15.941711.368741.9116
Yxy11.36870.23030.1642
Hunter Lab33.717525.3895-50.0965
CIE-Lab40.194633.5232-48.5987

#664eaf color RGB value is (102,78,175).

#664eaf hex color red value is 102, green value is 78 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #664eaf hue: 0.71 , saturation: 0.38 and the lightness value of 664eaf is 0.50.

The process color (four color CMYK) of #664eaf color hex is 0.42, 0.55, 0.00, 0.31. Web safe color of #664eaf is #666699. Color #664eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001110 10101111
Octal 146 116 257
Decimal 102 78 175
Hex 66 4E AF

RGB Percentages of Color #664eaf

%28.73
%21.97
%49.30

CMYK Percentages of Color #664eaf

%42
%55
%0
%31

Triadic Colors of #664eaf

#664eaf #af664e #4eaf66

Analogous Colors of #664eaf

#664eaf #974eaf #4e67af

Monochromatic Colors of #664eaf

#664eaf

Complementary Color

#664eaf #97af4e

#664eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#664eaf Color CSS Codes

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

#664eaf Text Font Color

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

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


#664eaf Background Color

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

This div background color is #664eaf


#664eaf Border Color

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

This div border color is #664eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664eaf


Comments

No comments written yet.

Please login to write comment.