Color Hex Logo

#664fcf Color Hex

#664FCF
(102,79,207)
0 Favorites   0 Comments

Color spaces of #664fcf

RGB 10279207
HSL0.700.570.56
HSV251°62°81°
CMYK 0.510.620.00   0.19
XYZ19.538012.921760.4959
Yxy12.92170.21020.1390
Hunter Lab35.946834.1125-74.6182
CIE-Lab42.645042.3070-63.3069

#664fcf color RGB value is (102,79,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001111 11001111
Octal 146 117 317
Decimal 102 79 207
Hex 66 4F CF

RGB Percentages of Color #664fcf

%26.29
%20.36
%53.35

CMYK Percentages of Color #664fcf

%51
%62
%0
%19

Triadic Colors of #664fcf

#664fcf #cf664f #4fcf66

Analogous Colors of #664fcf

#664fcf #a64fcf #4f78cf

Monochromatic Colors of #664fcf

#664fcf

Complementary Color

#664fcf #b8cf4f

#664fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#664fcf Color CSS Codes

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

#664fcf Text Font Color

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

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


#664fcf Background Color

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

This div background color is #664fcf


#664fcf Border Color

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

This div border color is #664fcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,79,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 #664fcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664fcf


Comments

No comments written yet.

Please login to write comment.