Color Hex Logo

#661eca Color Hex

#661ECA
(102,30,202)
0 Favorites   0 Comments

Color spaces of #661eca

RGB 10230202
HSL0.740.740.45
HSV265°85°79°
CMYK 0.500.850.00   0.21
XYZ16.60448.017656.5495
Yxy8.01760.20460.0988
Hunter Lab28.315455.1222-98.5891
CIE-Lab34.019563.9092-74.5225

#661eca color RGB value is (102,30,202).

#661eca hex color red value is 102, green value is 30 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #661eca hue: 0.74 , saturation: 0.74 and the lightness value of 661eca is 0.45.

The process color (four color CMYK) of #661eca color hex is 0.50, 0.85, 0.00, 0.21. Web safe color of #661eca is #6633cc. Color #661eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00011110 11001010
Octal 146 36 312
Decimal 102 30 202
Hex 66 1E CA

RGB Percentages of Color #661eca

%30.54
%8.98
%60.48

CMYK Percentages of Color #661eca

%50
%85
%0
%21

Triadic Colors of #661eca

#661eca #ca661e #1eca66

Analogous Colors of #661eca

#661eca #bc1eca #1e2cca

Monochromatic Colors of #661eca

#661eca

Complementary Color

#661eca #82ca1e

#661eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#661eca Color CSS Codes

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

#661eca Text Font Color

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

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


#661eca Background Color

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

This div background color is #661eca


#661eca Border Color

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

This div border color is #661eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661eca


Comments

No comments written yet.

Please login to write comment.