Color Hex Logo

#663aea Color Hex

#663AEA
(102,58,234)
0 Favorites   0 Comments

Color spaces of #663aea

RGB 10258234
HSL0.710.810.57
HSV255°75°92°
CMYK 0.560.750.00   0.08
XYZ21.843811.791478.9666
Yxy11.79140.19400.1047
Hunter Lab34.338653.4565-112.3089
CIE-Lab40.882661.0830-81.6167

#663aea color RGB value is (102,58,234).

#663aea hex color red value is 102, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #663aea hue: 0.71 , saturation: 0.81 and the lightness value of 663aea is 0.57.

The process color (four color CMYK) of #663aea color hex is 0.56, 0.75, 0.00, 0.08. Web safe color of #663aea is #6633ff. Color #663aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111010 11101010
Octal 146 72 352
Decimal 102 58 234
Hex 66 3A EA

RGB Percentages of Color #663aea

%25.89
%14.72
%59.39

CMYK Percentages of Color #663aea

%56
%75
%0
%8

Triadic Colors of #663aea

#663aea #ea663a #3aea66

Analogous Colors of #663aea

#663aea #be3aea #3a66ea

Monochromatic Colors of #663aea

#663aea

Complementary Color

#663aea #beea3a

#663aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#663aea Color CSS Codes

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

#663aea Text Font Color

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

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


#663aea Background Color

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

This div background color is #663aea


#663aea Border Color

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

This div border color is #663aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663aea


Comments

No comments written yet.

Please login to write comment.