Color Hex Logo

#664fbe Color Hex

#664FBE
(102,79,190)
0 Favorites   0 Comments

Color spaces of #664fbe

RGB 10279190
HSL0.700.460.53
HSV252°58°75°
CMYK 0.460.580.00   0.25
XYZ17.569712.134550.1314
Yxy12.13450.22010.1520
Hunter Lab34.834629.0703-60.9416
CIE-Lab41.429137.2862-55.4196

#664fbe color RGB value is (102,79,190).

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

The process color (four color CMYK) of #664fbe color hex is 0.46, 0.58, 0.00, 0.25. Web safe color of #664fbe is #6666cc. Color #664fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001111 10111110
Octal 146 117 276
Decimal 102 79 190
Hex 66 4F BE

RGB Percentages of Color #664fbe

%27.49
%21.29
%51.21

CMYK Percentages of Color #664fbe

%46
%58
%0
%25

Triadic Colors of #664fbe

#664fbe #be664f #4fbe66

Analogous Colors of #664fbe

#664fbe #9e4fbe #4f70be

Monochromatic Colors of #664fbe

#664fbe

Complementary Color

#664fbe #a7be4f

#664fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#664fbe Color CSS Codes

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

#664fbe Text Font Color

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

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


#664fbe Background Color

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

This div background color is #664fbe


#664fbe Border Color

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

This div border color is #664fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664fbe


Comments

No comments written yet.

Please login to write comment.