Color Hex Logo

#663ede Color Hex

#663EDE
(102,62,222)
0 Favorites   0 Comments

Color spaces of #663ede

RGB 10262222
HSL0.710.710.56
HSV255°72°87°
CMYK 0.540.720.00   0.13
XYZ20.386911.544070.2609
Yxy11.54400.19950.1130
Hunter Lab33.976547.6466-98.8240
CIE-Lab40.482055.8437-75.4454

#663ede color RGB value is (102,62,222).

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

The process color (four color CMYK) of #663ede color hex is 0.54, 0.72, 0.00, 0.13. Web safe color of #663ede is #6633cc. Color #663ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111110 11011110
Octal 146 76 336
Decimal 102 62 222
Hex 66 3E DE

RGB Percentages of Color #663ede

%26.42
%16.06
%57.51

CMYK Percentages of Color #663ede

%54
%72
%0
%13

Triadic Colors of #663ede

#663ede #de663e #3ede66

Analogous Colors of #663ede

#663ede #b63ede #3e66de

Monochromatic Colors of #663ede

#663ede

Complementary Color

#663ede #b6de3e

#663ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#663ede Color CSS Codes

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

#663ede Text Font Color

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

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


#663ede Background Color

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

This div background color is #663ede


#663ede Border Color

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

This div border color is #663ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663ede


Comments

No comments written yet.

Please login to write comment.