Color Hex Logo

#661db6 Color Hex

#661DB6
(102,29,182)
0 Favorites   0 Comments

Color spaces of #661db6

RGB 10229182
HSL0.750.730.41
HSV269°84°71°
CMYK 0.440.840.00   0.29
XYZ14.36247.080944.8657
Yxy7.08090.21660.1068
Hunter Lab26.610049.7758-81.3389
CIE-Lab31.990459.4623-66.0849

#661db6 color RGB value is (102,29,182).

#661db6 hex color red value is 102, green value is 29 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #661db6 hue: 0.75 , saturation: 0.73 and the lightness value of 661db6 is 0.41.

The process color (four color CMYK) of #661db6 color hex is 0.44, 0.84, 0.00, 0.29. Web safe color of #661db6 is #6633cc. Color #661db6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00011101 10110110
Octal 146 35 266
Decimal 102 29 182
Hex 66 1D B6

RGB Percentages of Color #661db6

%32.59
%9.27
%58.15

CMYK Percentages of Color #661db6

%44
%84
%0
%29

Triadic Colors of #661db6

#661db6 #b6661d #1db666

Analogous Colors of #661db6

#661db6 #b31db6 #1d21b6

Monochromatic Colors of #661db6

#661db6

Complementary Color

#661db6 #6db61d

#661db6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661db6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#661db6 Color CSS Codes

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

#661db6 Text Font Color

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

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


#661db6 Background Color

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

This div background color is #661db6


#661db6 Border Color

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

This div border color is #661db6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661db6


Comments

No comments written yet.

Please login to write comment.