Color Hex Logo

#664fdb Color Hex

#664FDB
(102,79,219)
0 Favorites   0 Comments

Color spaces of #664fdb

RGB 10279219
HSL0.690.660.58
HSV250°64°86°
CMYK 0.530.640.00   0.14
XYZ21.061713.531268.5195
Yxy13.53120.20430.1312
Hunter Lab36.784837.8296-84.6909
CIE-Lab43.553045.8732-68.7108

#664fdb color RGB value is (102,79,219).

#664fdb hex color red value is 102, green value is 79 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #664fdb hue: 0.69 , saturation: 0.66 and the lightness value of 664fdb is 0.58.

The process color (four color CMYK) of #664fdb color hex is 0.53, 0.64, 0.00, 0.14. Web safe color of #664fdb is #6666cc. Color #664fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001111 11011011
Octal 146 117 333
Decimal 102 79 219
Hex 66 4F DB

RGB Percentages of Color #664fdb

%25.50
%19.75
%54.75

CMYK Percentages of Color #664fdb

%53
%64
%0
%14

Triadic Colors of #664fdb

#664fdb #db664f #4fdb66

Analogous Colors of #664fdb

#664fdb #ac4fdb #4f7edb

Monochromatic Colors of #664fdb

#664fdb

Complementary Color

#664fdb #c4db4f

#664fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#664fdb Color CSS Codes

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

#664fdb Text Font Color

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

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


#664fdb Background Color

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

This div background color is #664fdb


#664fdb Border Color

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

This div border color is #664fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664fdb


Comments

No comments written yet.

Please login to write comment.