Color Hex Logo

#663ea5 Color Hex

#663EA5
(102,62,165)
0 Favorites   0 Comments

Color spaces of #663ea5

RGB 10262165
HSL0.730.450.45
HSV263°62°65°
CMYK 0.380.620.00   0.35
XYZ13.99368.986636.5944
Yxy8.98660.23490.1508
Hunter Lab29.977730.8631-51.3923
CIE-Lab35.958540.0591-49.4698

#663ea5 color RGB value is (102,62,165).

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

The process color (four color CMYK) of #663ea5 color hex is 0.38, 0.62, 0.00, 0.35. Web safe color of #663ea5 is #663399. Color #663ea5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111110 10100101
Octal 146 76 245
Decimal 102 62 165
Hex 66 3E A5

RGB Percentages of Color #663ea5

%31.00
%18.84
%50.15

CMYK Percentages of Color #663ea5

%38
%62
%0
%35

Triadic Colors of #663ea5

#663ea5 #a5663e #3ea566

Analogous Colors of #663ea5

#663ea5 #9a3ea5 #3e4aa5

Monochromatic Colors of #663ea5

#663ea5

Complementary Color

#663ea5 #7da53e

#663ea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663ea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663ea5 Color CSS Codes

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

#663ea5 Text Font Color

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

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


#663ea5 Background Color

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

This div background color is #663ea5


#663ea5 Border Color

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

This div border color is #663ea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663ea5


Comments

No comments written yet.

Please login to write comment.