Color Hex Logo

#661ee1 Color Hex

#661EE1
(102,30,225)
0 Favorites   0 Comments

Color spaces of #661ee1

RGB 10230225
HSL0.730.760.50
HSV262°87°88°
CMYK 0.550.870.00   0.12
XYZ19.53449.189671.9784
Yxy9.18960.19400.0913
Hunter Lab30.314461.9743-119.5581
CIE-Lab36.346869.4364-83.9720

#661ee1 color RGB value is (102,30,225).

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

The process color (four color CMYK) of #661ee1 color hex is 0.55, 0.87, 0.00, 0.12. Web safe color of #661ee1 is #6633cc. Color #661ee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00011110 11100001
Octal 146 36 341
Decimal 102 30 225
Hex 66 1E E1

RGB Percentages of Color #661ee1

%28.57
%8.40
%63.03

CMYK Percentages of Color #661ee1

%55
%87
%0
%12

Triadic Colors of #661ee1

#661ee1 #e1661e #1ee166

Analogous Colors of #661ee1

#661ee1 #c81ee1 #1e38e1

Monochromatic Colors of #661ee1

#661ee1

Complementary Color

#661ee1 #99e11e

#661ee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661ee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#661ee1 Color CSS Codes

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

#661ee1 Text Font Color

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

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


#661ee1 Background Color

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

This div background color is #661ee1


#661ee1 Border Color

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

This div border color is #661ee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661ee1


Comments

No comments written yet.

Please login to write comment.