Color Hex Logo

#664aed Color Hex

#664AED
(102,74,237)
0 Favorites   0 Comments

Color spaces of #664aed

RGB 10274237
HSL0.700.820.61
HSV250°69°93°
CMYK 0.570.690.00   0.07
XYZ23.214313.836881.5680
Yxy13.83680.19570.1166
Hunter Lab37.197846.3014-103.9735
CIE-Lab43.998053.9306-78.1974

#664aed color RGB value is (102,74,237).

#664aed hex color red value is 102, green value is 74 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #664aed hue: 0.70 , saturation: 0.82 and the lightness value of 664aed is 0.61.

The process color (four color CMYK) of #664aed color hex is 0.57, 0.69, 0.00, 0.07. Web safe color of #664aed is #6633ff. Color #664aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001010 11101101
Octal 146 112 355
Decimal 102 74 237
Hex 66 4A ED

RGB Percentages of Color #664aed

%24.70
%17.92
%57.38

CMYK Percentages of Color #664aed

%57
%69
%0
%7

Triadic Colors of #664aed

#664aed #ed664a #4aed66

Analogous Colors of #664aed

#664aed #b84aed #4a80ed

Monochromatic Colors of #664aed

#664aed

Complementary Color

#664aed #d1ed4a

#664aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#664aed Color CSS Codes

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

#664aed Text Font Color

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

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


#664aed Background Color

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

This div background color is #664aed


#664aed Border Color

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

This div border color is #664aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664aed


Comments

No comments written yet.

Please login to write comment.