Color Hex Logo

#663ead Color Hex

#663EAD
(102,62,173)
0 Favorites   0 Comments

Color spaces of #663ead

RGB 10262173
HSL0.730.470.46
HSV262°64°68°
CMYK 0.410.640.00   0.32
XYZ14.74499.287240.5506
Yxy9.28720.22830.1438
Hunter Lab30.474933.0339-57.5602
CIE-Lab36.531542.2321-53.3224

#663ead color RGB value is (102,62,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111110 10101101
Octal 146 76 255
Decimal 102 62 173
Hex 66 3E AD

RGB Percentages of Color #663ead

%30.27
%18.40
%51.34

CMYK Percentages of Color #663ead

%41
%64
%0
%32

Triadic Colors of #663ead

#663ead #ad663e #3ead66

Analogous Colors of #663ead

#663ead #9e3ead #3e4dad

Monochromatic Colors of #663ead

#663ead

Complementary Color

#663ead #85ad3e

#663ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#663ead Color CSS Codes

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

#663ead Text Font Color

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

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


#663ead Background Color

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

This div background color is #663ead


#663ead Border Color

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

This div border color is #663ead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,62,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 #663ead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663ead


Comments

No comments written yet.

Please login to write comment.