Color Hex Logo

#664bcd Color Hex

#664BCD
(102,75,205)
0 Favorites   0 Comments

Color spaces of #664bcd

RGB 10275205
HSL0.700.570.55
HSV252°63°80°
CMYK 0.500.630.00   0.20
XYZ19.015012.264759.1227
Yxy12.26470.21030.1357
Hunter Lab35.021035.6316-75.5791
CIE-Lab41.633844.0091-63.7968

#664bcd color RGB value is (102,75,205).

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

The process color (four color CMYK) of #664bcd color hex is 0.50, 0.63, 0.00, 0.20. Web safe color of #664bcd is #6633cc. Color #664bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001011 11001101
Octal 146 113 315
Decimal 102 75 205
Hex 66 4B CD

RGB Percentages of Color #664bcd

%26.70
%19.63
%53.66

CMYK Percentages of Color #664bcd

%50
%63
%0
%20

Triadic Colors of #664bcd

#664bcd #cd664b #4bcd66

Analogous Colors of #664bcd

#664bcd #a74bcd #4b71cd

Monochromatic Colors of #664bcd

#664bcd

Complementary Color

#664bcd #b2cd4b

#664bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#664bcd Color CSS Codes

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

#664bcd Text Font Color

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

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


#664bcd Background Color

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

This div background color is #664bcd


#664bcd Border Color

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

This div border color is #664bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664bcd


Comments

No comments written yet.

Please login to write comment.