Color Hex Logo

#661edc Color Hex

#661EDC
(102,30,220)
0 Favorites   0 Comments

Color spaces of #661edc

RGB 10230220
HSL0.730.760.49
HSV263°86°86°
CMYK 0.540.860.00   0.14
XYZ18.86208.920668.4379
Yxy8.92060.19600.0927
Hunter Lab29.867460.4594-114.9495
CIE-Lab35.831068.2347-81.9566

#661edc color RGB value is (102,30,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00011110 11011100
Octal 146 36 334
Decimal 102 30 220
Hex 66 1E DC

RGB Percentages of Color #661edc

%28.98
%8.52
%62.50

CMYK Percentages of Color #661edc

%54
%86
%0
%14

Triadic Colors of #661edc

#661edc #dc661e #1edc66

Analogous Colors of #661edc

#661edc #c51edc #1e35dc

Monochromatic Colors of #661edc

#661edc

Complementary Color

#661edc #94dc1e

#661edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#661edc Color CSS Codes

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

#661edc Text Font Color

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

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


#661edc Background Color

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

This div background color is #661edc


#661edc Border Color

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

This div border color is #661edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661edc


Comments

No comments written yet.

Please login to write comment.