Color Hex Logo

#666293 Color Hex

#666293
(102,98,147)
0 Favorites   0 Comments

Color spaces of #666293

RGB 10298147
HSL0.680.200.48
HSV245°33°58°
CMYK 0.310.330.00   0.42
XYZ15.113613.666729.4451
Yxy13.66670.25960.2347
Hunter Lab36.96858.2802-21.3460
CIE-Lab43.751113.3340-26.3153

#666293 color RGB value is (102,98,147).

#666293 hex color red value is 102, green value is 98 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #666293 hue: 0.68 , saturation: 0.20 and the lightness value of 666293 is 0.48.

The process color (four color CMYK) of #666293 color hex is 0.31, 0.33, 0.00, 0.42. Web safe color of #666293 is #666699. Color #666293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01100010 10010011
Octal 146 142 223
Decimal 102 98 147
Hex 66 62 93

RGB Percentages of Color #666293

%29.39
%28.24
%42.36

CMYK Percentages of Color #666293

%31
%33
%0
%42

Triadic Colors of #666293

#666293 #936662 #629366

Analogous Colors of #666293

#666293 #7f6293 #627793

Monochromatic Colors of #666293

#666293

Complementary Color

#666293 #8f9362

#666293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#666293 Color CSS Codes

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

#666293 Text Font Color

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

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


#666293 Background Color

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

This div background color is #666293


#666293 Border Color

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

This div border color is #666293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666293


Comments

No comments written yet.

Please login to write comment.