Color Hex Logo

#6601cd Color Hex

#6601CD
(102,1,205)
0 Favorites   0 Comments

Color spaces of #6601cd

RGB 1021205
HSL0.750.990.40
HSV270°100°80°
CMYK 0.501.000.00   0.20
XYZ16.50987.254358.2877
Yxy7.25430.20120.0884
Hunter Lab26.933862.2822-109.4564
CIE-Lab32.379070.4488-78.9816

#6601cd color RGB value is (102,1,205).

#6601cd hex color red value is 102, green value is 1 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6601cd hue: 0.75 , saturation: 0.99 and the lightness value of 6601cd is 0.40.

The process color (four color CMYK) of #6601cd color hex is 0.50, 1.00, 0.00, 0.20. Web safe color of #6601cd is #6600cc. Color #6601cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000001 11001101
Octal 146 1 315
Decimal 102 1 205
Hex 66 1 CD

RGB Percentages of Color #6601cd

%33.12
%0.32
%66.56

CMYK Percentages of Color #6601cd

%50
%100
%0
%20

Triadic Colors of #6601cd

#6601cd #cd6601 #01cd66

Analogous Colors of #6601cd

#6601cd #cc01cd #0102cd

Monochromatic Colors of #6601cd

#6601cd

Complementary Color

#6601cd #68cd01

#6601cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6601cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6601cd Color CSS Codes

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

#6601cd Text Font Color

<p style="color:#6601cd">Text here</p>

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


#6601cd Background Color

<div style="background-color:#6601cd">
Div content here</div>

This div background color is #6601cd


#6601cd Border Color

<div style="border:3px solid #6601cd">
Div here</div>

This div border color is #6601cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,1,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6601cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6601cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6601cd;
  box-shadow:         1px 1px 3px 2px #6601cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6601cd


Comments

No comments written yet.

Please login to write comment.