Color Hex Logo

#6405cd Color Hex

#6405CD
(100,5,205)
0 Favorites   0 Comments

Color spaces of #6405cd

RGB 1005205
HSL0.750.950.41
HSV269°98°80°
CMYK 0.510.980.00   0.20
XYZ16.32927.225658.2916
Yxy7.22560.19950.0883
Hunter Lab26.880561.3933-109.7569
CIE-Lab32.315169.7032-79.0954

#6405cd color RGB value is (100,5,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00000101 11001101
Octal 144 5 315
Decimal 100 5 205
Hex 64 5 CD

RGB Percentages of Color #6405cd

%32.26
%1.61
%66.13

CMYK Percentages of Color #6405cd

%51
%98
%0
%20

Triadic Colors of #6405cd

#6405cd #cd6405 #05cd64

Analogous Colors of #6405cd

#6405cd #c805cd #050acd

Monochromatic Colors of #6405cd

#6405cd

Complementary Color

#6405cd #6ecd05

#6405cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6405cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6405cd Color CSS Codes

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

#6405cd Text Font Color

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

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


#6405cd Background Color

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

This div background color is #6405cd


#6405cd Border Color

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

This div border color is #6405cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6405cd


Comments

No comments written yet.

Please login to write comment.