Color Hex Logo

#661edd Color Hex

#661EDD
(102,30,221)
0 Favorites   0 Comments

Color spaces of #661edd

RGB 10230221
HSL0.730.760.49
HSV263°86°87°
CMYK 0.540.860.00   0.13
XYZ18.99498.973869.1376
Yxy8.97380.19560.0924
Hunter Lab29.956360.7610-115.8689
CIE-Lab35.933868.4748-82.3611

#661edd color RGB value is (102,30,221).

#661edd hex color red value is 102, green value is 30 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #661edd hue: 0.73 , saturation: 0.76 and the lightness value of 661edd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00011110 11011101
Octal 146 36 335
Decimal 102 30 221
Hex 66 1E DD

RGB Percentages of Color #661edd

%28.90
%8.50
%62.61

CMYK Percentages of Color #661edd

%54
%86
%0
%13

Triadic Colors of #661edd

#661edd #dd661e #1edd66

Analogous Colors of #661edd

#661edd #c61edd #1e36dd

Monochromatic Colors of #661edd

#661edd

Complementary Color

#661edd #95dd1e

#661edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#661edd Color CSS Codes

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

#661edd Text Font Color

<p style="color:#661edd">Text here</p>

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


#661edd Background Color

<div style="background-color:#661edd">
Div content here</div>

This div background color is #661edd


#661edd Border Color

<div style="border:3px solid #661edd">
Div here</div>

This div border color is #661edd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,30,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #661edd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #661edd;
  -webkit-box-shadow: 1px 1px 3px 2px #661edd;
  box-shadow:         1px 1px 3px 2px #661edd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661edd


Comments

No comments written yet.

Please login to write comment.