Color Hex Logo

#663ea0 Color Hex

#663EA0
(102,62,160)
0 Favorites   0 Comments

Color spaces of #663ea0

RGB 10262160
HSL0.730.440.44
HSV264°61°63°
CMYK 0.360.610.00   0.37
XYZ13.54738.808134.2438
Yxy8.80810.23940.1556
Hunter Lab29.678429.5425-47.6355
CIE-Lab35.612238.7147-47.0234

#663ea0 color RGB value is (102,62,160).

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

The process color (four color CMYK) of #663ea0 color hex is 0.36, 0.61, 0.00, 0.37. Web safe color of #663ea0 is #663399. Color #663ea0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111110 10100000
Octal 146 76 240
Decimal 102 62 160
Hex 66 3E A0

RGB Percentages of Color #663ea0

%31.48
%19.14
%49.38

CMYK Percentages of Color #663ea0

%36
%61
%0
%37

Triadic Colors of #663ea0

#663ea0 #a0663e #3ea066

Analogous Colors of #663ea0

#663ea0 #973ea0 #3e47a0

Monochromatic Colors of #663ea0

#663ea0

Complementary Color

#663ea0 #78a03e

#663ea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663ea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663ea0 Color CSS Codes

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

#663ea0 Text Font Color

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

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


#663ea0 Background Color

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

This div background color is #663ea0


#663ea0 Border Color

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

This div border color is #663ea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663ea0


Comments

No comments written yet.

Please login to write comment.