Color Hex Logo

#6404cd Color Hex

#6404CD
(100,4,205)
0 Favorites   0 Comments

Color spaces of #6404cd

RGB 1004205
HSL0.750.960.41
HSV269°98°80°
CMYK 0.510.980.00   0.20
XYZ16.31847.203958.2880
Yxy7.20390.19950.0881
Hunter Lab26.840161.5554-109.9707
CIE-Lab32.266769.8506-79.1755

#6404cd color RGB value is (100,4,205).

#6404cd hex color red value is 100, green value is 4 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6404cd hue: 0.75 , saturation: 0.96 and the lightness value of 6404cd is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00000100 11001101
Octal 144 4 315
Decimal 100 4 205
Hex 64 4 CD

RGB Percentages of Color #6404cd

%32.36
%1.29
%66.34

CMYK Percentages of Color #6404cd

%51
%98
%0
%20

Triadic Colors of #6404cd

#6404cd #cd6404 #04cd64

Analogous Colors of #6404cd

#6404cd #c904cd #0408cd

Monochromatic Colors of #6404cd

#6404cd

Complementary Color

#6404cd #6dcd04

#6404cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6404cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6404cd Color CSS Codes

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

#6404cd Text Font Color

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

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


#6404cd Background Color

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

This div background color is #6404cd


#6404cd Border Color

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

This div border color is #6404cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,4,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 #6404cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6404cd


Comments

No comments written yet.

Please login to write comment.