Color Hex Logo

#664eab Color Hex

#664EAB
(102,78,171)
0 Favorites   0 Comments

Color spaces of #664eab

RGB 10278171
HSL0.710.370.49
HSV255°54°67°
CMYK 0.400.540.00   0.33
XYZ15.554611.213839.8727
Yxy11.21380.23340.1683
Hunter Lab33.487024.3104-47.1552
CIE-Lab39.938332.3781-46.6423

#664eab color RGB value is (102,78,171).

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

The process color (four color CMYK) of #664eab color hex is 0.40, 0.54, 0.00, 0.33. Web safe color of #664eab is #666699. Color #664eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001110 10101011
Octal 146 116 253
Decimal 102 78 171
Hex 66 4E AB

RGB Percentages of Color #664eab

%29.06
%22.22
%48.72

CMYK Percentages of Color #664eab

%40
%54
%0
%33

Triadic Colors of #664eab

#664eab #ab664e #4eab66

Analogous Colors of #664eab

#664eab #954eab #4e65ab

Monochromatic Colors of #664eab

#664eab

Complementary Color

#664eab #93ab4e

#664eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#664eab Color CSS Codes

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

#664eab Text Font Color

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

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


#664eab Background Color

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

This div background color is #664eab


#664eab Border Color

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

This div border color is #664eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664eab


Comments

No comments written yet.

Please login to write comment.