Color Hex Logo

#664bad Color Hex

#664BAD
(102,75,173)
0 Favorites   0 Comments

Color spaces of #664bad

RGB 10275173
HSL0.710.400.49
HSV257°57°68°
CMYK 0.410.570.00   0.32
XYZ15.538410.874140.8151
Yxy10.87410.23110.1618
Hunter Lab32.975926.4022-50.3016
CIE-Lab39.367634.7428-48.7447

#664bad color RGB value is (102,75,173).

#664bad hex color red value is 102, green value is 75 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #664bad hue: 0.71 , saturation: 0.40 and the lightness value of 664bad is 0.49.

The process color (four color CMYK) of #664bad color hex is 0.41, 0.57, 0.00, 0.32. Web safe color of #664bad is #663399. Color #664bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001011 10101101
Octal 146 113 255
Decimal 102 75 173
Hex 66 4B AD

RGB Percentages of Color #664bad

%29.14
%21.43
%49.43

CMYK Percentages of Color #664bad

%41
%57
%0
%32

Triadic Colors of #664bad

#664bad #ad664b #4bad66

Analogous Colors of #664bad

#664bad #974bad #4b61ad

Monochromatic Colors of #664bad

#664bad

Complementary Color

#664bad #92ad4b

#664bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#664bad Color CSS Codes

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

#664bad Text Font Color

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

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


#664bad Background Color

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

This div background color is #664bad


#664bad Border Color

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

This div border color is #664bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664bad


Comments

No comments written yet.

Please login to write comment.