Color Hex Logo

#663faa Color Hex

#663FAA
(102,63,170)
0 Favorites   0 Comments

Color spaces of #663faa

RGB 10263170
HSL0.730.460.46
HSV262°63°67°
CMYK 0.400.630.00   0.33
XYZ14.51279.282139.0569
Yxy9.28210.23090.1477
Hunter Lab30.466531.7118-54.6809
CIE-Lab36.521940.8559-51.5500

#663faa color RGB value is (102,63,170).

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

The process color (four color CMYK) of #663faa color hex is 0.40, 0.63, 0.00, 0.33. Web safe color of #663faa is #663399. Color #663faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111111 10101010
Octal 146 77 252
Decimal 102 63 170
Hex 66 3F AA

RGB Percentages of Color #663faa

%30.45
%18.81
%50.75

CMYK Percentages of Color #663faa

%40
%63
%0
%33

Triadic Colors of #663faa

#663faa #aa663f #3faa66

Analogous Colors of #663faa

#663faa #9c3faa #3f4eaa

Monochromatic Colors of #663faa

#663faa

Complementary Color

#663faa #83aa3f

#663faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#663faa Color CSS Codes

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

#663faa Text Font Color

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

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


#663faa Background Color

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

This div background color is #663faa


#663faa Border Color

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

This div border color is #663faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663faa


Comments

No comments written yet.

Please login to write comment.