Color Hex Logo

#6450cd Color Hex

#6450CD
(100,80,205)
0 Favorites   0 Comments

Color spaces of #6450cd

RGB 10080205
HSL0.690.560.56
HSV250°61°80°
CMYK 0.510.610.00   0.20
XYZ19.143612.854459.2298
Yxy12.85440.20980.1409
Hunter Lab35.853032.5666-72.8509
CIE-Lab42.543040.7476-62.3276

#6450cd color RGB value is (100,80,205).

#6450cd hex color red value is 100, green value is 80 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6450cd hue: 0.69 , saturation: 0.56 and the lightness value of 6450cd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010000 11001101
Octal 144 120 315
Decimal 100 80 205
Hex 64 50 CD

RGB Percentages of Color #6450cd

%25.97
%20.78
%53.25

CMYK Percentages of Color #6450cd

%51
%61
%0
%20

Triadic Colors of #6450cd

#6450cd #cd6450 #50cd64

Analogous Colors of #6450cd

#6450cd #a350cd #507bcd

Monochromatic Colors of #6450cd

#6450cd

Complementary Color

#6450cd #b9cd50

#6450cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6450cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6450cd Color CSS Codes

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

#6450cd Text Font Color

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

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


#6450cd Background Color

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

This div background color is #6450cd


#6450cd Border Color

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

This div border color is #6450cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6450cd


Comments

No comments written yet.

Please login to write comment.