Color Hex Logo

#662ede Color Hex

#662EDE
(102,46,222)
0 Favorites   0 Comments

Color spaces of #662ede

RGB 10246222
HSL0.720.730.53
HSV259°79°87°
CMYK 0.540.790.00   0.13
XYZ19.641310.052770.0124
Yxy10.05270.19700.1008
Hunter Lab31.706055.0921-108.7285
CIE-Lab37.936863.1201-79.6296

#662ede color RGB value is (102,46,222).

#662ede hex color red value is 102, green value is 46 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #662ede hue: 0.72 , saturation: 0.73 and the lightness value of 662ede is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00101110 11011110
Octal 146 56 336
Decimal 102 46 222
Hex 66 2E DE

RGB Percentages of Color #662ede

%27.57
%12.43
%60.00

CMYK Percentages of Color #662ede

%54
%79
%0
%13

Triadic Colors of #662ede

#662ede #de662e #2ede66

Analogous Colors of #662ede

#662ede #be2ede #2e4ede

Monochromatic Colors of #662ede

#662ede

Complementary Color

#662ede #a6de2e

#662ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#662ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#662ede Color CSS Codes

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

#662ede Text Font Color

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

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


#662ede Background Color

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

This div background color is #662ede


#662ede Border Color

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

This div border color is #662ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #662ede


Comments

No comments written yet.

Please login to write comment.