Color Hex Logo

#6424cd Color Hex

#6424CD
(100,36,205)
0 Favorites   0 Comments

Color spaces of #6424cd

RGB 10036205
HSL0.730.700.47
HSV263°82°80°
CMYK 0.510.820.00   0.20
XYZ16.90598.378958.4839
Yxy8.37890.20180.1000
Hunter Lab28.946353.5956-99.5286
CIE-Lab34.759862.3998-75.0586

#6424cd color RGB value is (100,36,205).

#6424cd hex color red value is 100, green value is 36 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6424cd hue: 0.73 , saturation: 0.70 and the lightness value of 6424cd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00100100 11001101
Octal 144 44 315
Decimal 100 36 205
Hex 64 24 CD

RGB Percentages of Color #6424cd

%29.33
%10.56
%60.12

CMYK Percentages of Color #6424cd

%51
%82
%0
%20

Triadic Colors of #6424cd

#6424cd #cd6424 #24cd64

Analogous Colors of #6424cd

#6424cd #b924cd #2438cd

Monochromatic Colors of #6424cd

#6424cd

Complementary Color

#6424cd #8dcd24

#6424cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6424cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6424cd Color CSS Codes

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

#6424cd Text Font Color

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

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


#6424cd Background Color

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

This div background color is #6424cd


#6424cd Border Color

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

This div border color is #6424cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6424cd


Comments

No comments written yet.

Please login to write comment.