Color Hex Logo

#664ecf Color Hex

#664ECF
(102,78,207)
0 Favorites   0 Comments

Color spaces of #664ecf

RGB 10278207
HSL0.700.570.56
HSV251°62°81°
CMYK 0.510.620.00   0.19
XYZ19.466412.778660.4720
Yxy12.77860.21000.1378
Hunter Lab35.747234.6460-75.2754
CIE-Lab42.427742.8827-63.6598

#664ecf color RGB value is (102,78,207).

#664ecf hex color red value is 102, green value is 78 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #664ecf hue: 0.70 , saturation: 0.57 and the lightness value of 664ecf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001110 11001111
Octal 146 116 317
Decimal 102 78 207
Hex 66 4E CF

RGB Percentages of Color #664ecf

%26.36
%20.16
%53.49

CMYK Percentages of Color #664ecf

%51
%62
%0
%19

Triadic Colors of #664ecf

#664ecf #cf664e #4ecf66

Analogous Colors of #664ecf

#664ecf #a74ecf #4e77cf

Monochromatic Colors of #664ecf

#664ecf

Complementary Color

#664ecf #b7cf4e

#664ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#664ecf Color CSS Codes

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

#664ecf Text Font Color

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

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


#664ecf Background Color

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

This div background color is #664ecf


#664ecf Border Color

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

This div border color is #664ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664ecf


Comments

No comments written yet.

Please login to write comment.