Color Hex Logo

#2053cd Color Hex

#2053CD
(32,83,205)
0 Favorites   0 Comments

Color spaces of #2053cd

RGB 3283205
HSL0.620.730.46
HSV222°84°80°
CMYK 0.840.600.00   0.20
XYZ14.708410.901459.0866
Yxy10.90140.17370.1287
Hunter Lab33.017321.7372-82.9913
CIE-Lab39.413929.5860-67.5910

#2053cd color RGB value is (32,83,205).

#2053cd hex color red value is 32, green value is 83 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #2053cd hue: 0.62 , saturation: 0.73 and the lightness value of 2053cd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01010011 11001101
Octal 40 123 315
Decimal 32 83 205
Hex 20 53 CD

RGB Percentages of Color #2053cd

%10.00
%25.94
%64.06

CMYK Percentages of Color #2053cd

%84
%60
%0
%20

Triadic Colors of #2053cd

#2053cd #cd2053 #53cd20

Analogous Colors of #2053cd

#2053cd #4320cd #20aacd

Monochromatic Colors of #2053cd

#2053cd

Complementary Color

#2053cd #cd9a20

#2053cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2053cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2053cd Color CSS Codes

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

#2053cd Text Font Color

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

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


#2053cd Background Color

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

This div background color is #2053cd


#2053cd Border Color

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

This div border color is #2053cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2053cd


Comments

No comments written yet.

Please login to write comment.