Color Hex Logo

#664abd Color Hex

#664ABD
(102,74,189)
0 Favorites   0 Comments

Color spaces of #664abd

RGB 10274189
HSL0.710.470.52
HSV255°61°74°
CMYK 0.460.610.00   0.26
XYZ17.113611.396549.4419
Yxy11.39650.21950.1462
Hunter Lab33.758731.4109-63.2031
CIE-Lab40.240439.9235-56.7578

#664abd color RGB value is (102,74,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001010 10111101
Octal 146 112 275
Decimal 102 74 189
Hex 66 4A BD

RGB Percentages of Color #664abd

%27.95
%20.27
%51.78

CMYK Percentages of Color #664abd

%46
%61
%0
%26

Triadic Colors of #664abd

#664abd #bd664a #4abd66

Analogous Colors of #664abd

#664abd #a04abd #4a68bd

Monochromatic Colors of #664abd

#664abd

Complementary Color

#664abd #a1bd4a

#664abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#664abd Color CSS Codes

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

#664abd Text Font Color

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

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


#664abd Background Color

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

This div background color is #664abd


#664abd Border Color

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

This div border color is #664abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,74,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 #664abd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664abd


Comments

No comments written yet.

Please login to write comment.