Color Hex Logo

#664483 Color Hex

#664483
(102,68,131)
0 Favorites   0 Comments

Color spaces of #664483

RGB 10268131
HSL0.760.320.39
HSV272°48°51°
CMYK 0.220.480.00   0.49
XYZ11.64338.597722.5186
Yxy8.59770.27230.2011
Hunter Lab29.321819.5667-25.0083
CIE-Lab35.197927.6418-30.0021

#664483 color RGB value is (102,68,131).

#664483 hex color red value is 102, green value is 68 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #664483 hue: 0.76 , saturation: 0.32 and the lightness value of 664483 is 0.39.

The process color (four color CMYK) of #664483 color hex is 0.22, 0.48, 0.00, 0.49. Web safe color of #664483 is #663399. Color #664483 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000100 10000011
Octal 146 104 203
Decimal 102 68 131
Hex 66 44 83

RGB Percentages of Color #664483

%33.89
%22.59
%43.52

CMYK Percentages of Color #664483

%22
%48
%0
%49

Triadic Colors of #664483

#664483 #836644 #448366

Analogous Colors of #664483

#664483 #834481 #474483

Monochromatic Colors of #664483

#664483

Complementary Color

#664483 #618344

#664483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664483 Color CSS Codes

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

#664483 Text Font Color

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

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


#664483 Background Color

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

This div background color is #664483


#664483 Border Color

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

This div border color is #664483


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,68,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #664483; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #664483;
  -webkit-box-shadow: 1px 1px 3px 2px #664483;
  box-shadow:         1px 1px 3px 2px #664483; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664483


Comments

No comments written yet.

Please login to write comment.