Color Hex Logo

#663aad Color Hex

#663AAD
(102,58,173)
0 Favorites   0 Comments

Color spaces of #663aad

RGB 10258173
HSL0.730.500.45
HSV263°66°68°
CMYK 0.410.660.00   0.32
XYZ14.53548.868040.4808
Yxy8.86800.22750.1388
Hunter Lab29.779235.0133-59.7513
CIE-Lab35.728944.4130-54.6235

#663aad color RGB value is (102,58,173).

#663aad hex color red value is 102, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #663aad hue: 0.73 , saturation: 0.50 and the lightness value of 663aad is 0.45.

The process color (four color CMYK) of #663aad color hex is 0.41, 0.66, 0.00, 0.32. Web safe color of #663aad is #663399. Color #663aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111010 10101101
Octal 146 72 255
Decimal 102 58 173
Hex 66 3A AD

RGB Percentages of Color #663aad

%30.63
%17.42
%51.95

CMYK Percentages of Color #663aad

%41
%66
%0
%32

Triadic Colors of #663aad

#663aad #ad663a #3aad66

Analogous Colors of #663aad

#663aad #a03aad #3a48ad

Monochromatic Colors of #663aad

#663aad

Complementary Color

#663aad #81ad3a

#663aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#663aad Color CSS Codes

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

#663aad Text Font Color

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

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


#663aad Background Color

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

This div background color is #663aad


#663aad Border Color

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

This div border color is #663aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,58,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #663aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #663aad;
  -webkit-box-shadow: 1px 1px 3px 2px #663aad;
  box-shadow:         1px 1px 3px 2px #663aad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663aad


Comments

No comments written yet.

Please login to write comment.