Color Hex Logo

#662daa Color Hex

#662DAA
(102,45,170)
0 Favorites   0 Comments

Color spaces of #662daa

RGB 10245170
HSL0.740.580.42
HSV267°74°67°
CMYK 0.400.740.00   0.33
XYZ13.67367.603838.7772
Yxy7.60380.22770.1266
Hunter Lab27.575040.2565-64.0738
CIE-Lab33.143750.1636-57.0343

#662daa color RGB value is (102,45,170).

#662daa hex color red value is 102, green value is 45 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #662daa hue: 0.74 , saturation: 0.58 and the lightness value of 662daa is 0.42.

The process color (four color CMYK) of #662daa color hex is 0.40, 0.74, 0.00, 0.33. Web safe color of #662daa is #663399. Color #662daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00101101 10101010
Octal 146 55 252
Decimal 102 45 170
Hex 66 2D AA

RGB Percentages of Color #662daa

%32.18
%14.20
%53.63

CMYK Percentages of Color #662daa

%40
%74
%0
%33

Triadic Colors of #662daa

#662daa #aa662d #2daa66

Analogous Colors of #662daa

#662daa #a52daa #2d33aa

Monochromatic Colors of #662daa

#662daa

Complementary Color

#662daa #71aa2d

#662daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#662daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#662daa Color CSS Codes

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

#662daa Text Font Color

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

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


#662daa Background Color

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

This div background color is #662daa


#662daa Border Color

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

This div border color is #662daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,45,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #662daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #662daa;
  -webkit-box-shadow: 1px 1px 3px 2px #662daa;
  box-shadow:         1px 1px 3px 2px #662daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #662daa


Comments

No comments written yet.

Please login to write comment.