Color Hex Logo

#664cda Color Hex

#664CDA
(102,76,218)
0 Favorites   0 Comments

Color spaces of #664cda

RGB 10276218
HSL0.700.660.58
HSV251°65°85°
CMYK 0.530.650.00   0.15
XYZ20.718813.055667.7577
Yxy13.05560.20410.1286
Hunter Lab36.132539.1220-85.8911
CIE-Lab42.846947.2656-69.2907

#664cda color RGB value is (102,76,218).

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

The process color (four color CMYK) of #664cda color hex is 0.53, 0.65, 0.00, 0.15. Web safe color of #664cda is #6633cc. Color #664cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001100 11011010
Octal 146 114 332
Decimal 102 76 218
Hex 66 4C DA

RGB Percentages of Color #664cda

%25.76
%19.19
%55.05

CMYK Percentages of Color #664cda

%53
%65
%0
%15

Triadic Colors of #664cda

#664cda #da664c #4cda66

Analogous Colors of #664cda

#664cda #ad4cda #4c79da

Monochromatic Colors of #664cda

#664cda

Complementary Color

#664cda #c0da4c

#664cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#664cda Color CSS Codes

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

#664cda Text Font Color

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

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


#664cda Background Color

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

This div background color is #664cda


#664cda Border Color

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

This div border color is #664cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664cda


Comments

No comments written yet.

Please login to write comment.