Color Hex Logo

#664bbd Color Hex

#664BBD
(102,75,189)
0 Favorites   0 Comments

Color spaces of #664bbd

RGB 10275189
HSL0.710.460.52
HSV254°60°74°
CMYK 0.460.600.00   0.26
XYZ17.180911.531149.4643
Yxy11.53110.21980.1475
Hunter Lab33.957530.8871-62.5948
CIE-Lab40.461039.3425-56.4007

#664bbd color RGB value is (102,75,189).

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

The process color (four color CMYK) of #664bbd color hex is 0.46, 0.60, 0.00, 0.26. Web safe color of #664bbd is #6633cc. Color #664bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001011 10111101
Octal 146 113 275
Decimal 102 75 189
Hex 66 4B BD

RGB Percentages of Color #664bbd

%27.87
%20.49
%51.64

CMYK Percentages of Color #664bbd

%46
%60
%0
%26

Triadic Colors of #664bbd

#664bbd #bd664b #4bbd66

Analogous Colors of #664bbd

#664bbd #9f4bbd #4b69bd

Monochromatic Colors of #664bbd

#664bbd

Complementary Color

#664bbd #a2bd4b

#664bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#664bbd Color CSS Codes

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

#664bbd Text Font Color

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

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


#664bbd Background Color

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

This div background color is #664bbd


#664bbd Border Color

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

This div border color is #664bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664bbd


Comments

No comments written yet.

Please login to write comment.