Color Hex Logo

#4050cd Color Hex

#4050CD
(64,80,205)
0 Favorites   0 Comments

Color spaces of #4050cd

RGB 6480205
HSL0.650.590.53
HSV233°69°80°
CMYK 0.690.610.00   0.20
XYZ16.002511.235159.0828
Yxy11.23510.18540.1302
Hunter Lab33.518826.5613-81.0459
CIE-Lab39.973734.8258-66.6224

#4050cd color RGB value is (64,80,205).

#4050cd hex color red value is 64, green value is 80 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4050cd hue: 0.65 , saturation: 0.59 and the lightness value of 4050cd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010000 11001101
Octal 100 120 315
Decimal 64 80 205
Hex 40 50 CD

RGB Percentages of Color #4050cd

%18.34
%22.92
%58.74

CMYK Percentages of Color #4050cd

%69
%61
%0
%20

Triadic Colors of #4050cd

#4050cd #cd4050 #50cd40

Analogous Colors of #4050cd

#4050cd #7740cd #4097cd

Monochromatic Colors of #4050cd

#4050cd

Complementary Color

#4050cd #cdbd40

#4050cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4050cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4050cd Color CSS Codes

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

#4050cd Text Font Color

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

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


#4050cd Background Color

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

This div background color is #4050cd


#4050cd Border Color

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

This div border color is #4050cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4050cd


Comments

No comments written yet.

Please login to write comment.