Color Hex Logo

#6430cd Color Hex

#6430CD
(100,48,205)
0 Favorites   0 Comments

Color spaces of #6430cd

RGB 10048205
HSL0.720.620.50
HSV260°77°80°
CMYK 0.510.770.00   0.20
XYZ17.33199.231058.6259
Yxy9.23100.20350.1084
Hunter Lab30.382648.6568-93.1376
CIE-Lab36.425357.5634-72.3186

#6430cd color RGB value is (100,48,205).

#6430cd hex color red value is 100, green value is 48 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6430cd hue: 0.72 , saturation: 0.62 and the lightness value of 6430cd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00110000 11001101
Octal 144 60 315
Decimal 100 48 205
Hex 64 30 CD

RGB Percentages of Color #6430cd

%28.33
%13.60
%58.07

CMYK Percentages of Color #6430cd

%51
%77
%0
%20

Triadic Colors of #6430cd

#6430cd #cd6430 #30cd64

Analogous Colors of #6430cd

#6430cd #b330cd #304acd

Monochromatic Colors of #6430cd

#6430cd

Complementary Color

#6430cd #99cd30

#6430cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6430cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6430cd Color CSS Codes

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

#6430cd Text Font Color

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

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


#6430cd Background Color

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

This div background color is #6430cd


#6430cd Border Color

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

This div border color is #6430cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6430cd


Comments

No comments written yet.

Please login to write comment.