Color Hex Logo

#666384 Color Hex

#666384
(102,99,132)
0 Favorites   0 Comments

Color spaces of #666384

RGB 10299132
HSL0.680.140.45
HSV245°25°52°
CMYK 0.230.250.00   0.48
XYZ14.106213.414423.6756
Yxy13.41440.27550.2620
Hunter Lab36.62574.6535-12.6883
CIE-Lab43.38118.7712-17.8850

#666384 color RGB value is (102,99,132).

#666384 hex color red value is 102, green value is 99 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #666384 hue: 0.68 , saturation: 0.14 and the lightness value of 666384 is 0.45.

The process color (four color CMYK) of #666384 color hex is 0.23, 0.25, 0.00, 0.48. Web safe color of #666384 is #666699. Color #666384 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01100011 10000100
Octal 146 143 204
Decimal 102 99 132
Hex 66 63 84

RGB Percentages of Color #666384

%30.63
%29.73
%39.64

CMYK Percentages of Color #666384

%23
%25
%0
%48

Triadic Colors of #666384

#666384 #846663 #638466

Analogous Colors of #666384

#666384 #776384 #637184

Monochromatic Colors of #666384

#666384

Complementary Color

#666384 #818463

#666384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#666384 Color CSS Codes

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

#666384 Text Font Color

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

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


#666384 Background Color

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

This div background color is #666384


#666384 Border Color

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

This div border color is #666384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666384


Comments

No comments written yet.

Please login to write comment.