Color Hex Logo

#663ecd Color Hex

#663ECD
(102,62,205)
0 Favorites   0 Comments

Color spaces of #663ecd

RGB 10262205
HSL0.710.590.52
HSV257°70°80°
CMYK 0.500.700.00   0.20
XYZ18.221610.677858.8582
Yxy10.67780.20760.1217
Hunter Lab32.676942.3523-83.9203
CIE-Lab39.032451.0967-68.0382

#663ecd color RGB value is (102,62,205).

#663ecd hex color red value is 102, green value is 62 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #663ecd hue: 0.71 , saturation: 0.59 and the lightness value of 663ecd is 0.52.

The process color (four color CMYK) of #663ecd color hex is 0.50, 0.70, 0.00, 0.20. Web safe color of #663ecd is #6633cc. Color #663ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111110 11001101
Octal 146 76 315
Decimal 102 62 205
Hex 66 3E CD

RGB Percentages of Color #663ecd

%27.64
%16.80
%55.56

CMYK Percentages of Color #663ecd

%50
%70
%0
%20

Triadic Colors of #663ecd

#663ecd #cd663e #3ecd66

Analogous Colors of #663ecd

#663ecd #ae3ecd #3e5ecd

Monochromatic Colors of #663ecd

#663ecd

Complementary Color

#663ecd #a5cd3e

#663ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#663ecd Color CSS Codes

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

#663ecd Text Font Color

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

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


#663ecd Background Color

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

This div background color is #663ecd


#663ecd Border Color

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

This div border color is #663ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663ecd


Comments

No comments written yet.

Please login to write comment.