Color Hex Logo

#661cee Color Hex

#661CEE
(102,28,238)
0 Favorites   0 Comments

Color spaces of #661cee

RGB 10228238
HSL0.730.860.52
HSV261°88°93°
CMYK 0.570.880.00   0.07
XYZ21.32749.828381.6619
Yxy9.82830.18900.0871
Hunter Lab31.350166.5703-132.4956
CIE-Lab37.532573.0906-89.4144

#661cee color RGB value is (102,28,238).

#661cee hex color red value is 102, green value is 28 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #661cee hue: 0.73 , saturation: 0.86 and the lightness value of 661cee is 0.52.

The process color (four color CMYK) of #661cee color hex is 0.57, 0.88, 0.00, 0.07. Web safe color of #661cee is #6633ff. Color #661cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00011100 11101110
Octal 146 34 356
Decimal 102 28 238
Hex 66 1C EE

RGB Percentages of Color #661cee

%27.72
%7.61
%64.67

CMYK Percentages of Color #661cee

%57
%88
%0
%7

Triadic Colors of #661cee

#661cee #ee661c #1cee66

Analogous Colors of #661cee

#661cee #cf1cee #1c3bee

Monochromatic Colors of #661cee

#661cee

Complementary Color

#661cee #a4ee1c

#661cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#661cee Color CSS Codes

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

#661cee Text Font Color

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

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


#661cee Background Color

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

This div background color is #661cee


#661cee Border Color

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

This div border color is #661cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661cee


Comments

No comments written yet.

Please login to write comment.