Color Hex Logo

#4052cd Color Hex

#4052CD
(64,82,205)
0 Favorites   0 Comments

Color spaces of #4052cd

RGB 6482205
HSL0.650.590.53
HSV232°69°80°
CMYK 0.690.600.00   0.20
XYZ16.151111.532459.1323
Yxy11.53240.18600.1328
Hunter Lab33.959425.4658-79.4680
CIE-Lab40.463133.5682-65.8241

#4052cd color RGB value is (64,82,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010010 11001101
Octal 100 122 315
Decimal 64 82 205
Hex 40 52 CD

RGB Percentages of Color #4052cd

%18.23
%23.36
%58.40

CMYK Percentages of Color #4052cd

%69
%60
%0
%20

Triadic Colors of #4052cd

#4052cd #cd4052 #52cd40

Analogous Colors of #4052cd

#4052cd #7540cd #4099cd

Monochromatic Colors of #4052cd

#4052cd

Complementary Color

#4052cd #cdbb40

#4052cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4052cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4052cd Color CSS Codes

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

#4052cd Text Font Color

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

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


#4052cd Background Color

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

This div background color is #4052cd


#4052cd Border Color

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

This div border color is #4052cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4052cd


Comments

No comments written yet.

Please login to write comment.