Color Hex Logo

#2052ce Color Hex

#2052CE
(32,82,206)
0 Favorites   0 Comments

Color spaces of #2052ce

RGB 3282206
HSL0.620.730.47
HSV223°84°81°
CMYK 0.840.600.00   0.19
XYZ14.753510.797959.6991
Yxy10.79790.17310.1267
Hunter Lab32.860222.6374-84.7137
CIE-Lab39.238030.6184-68.4560

#2052ce color RGB value is (32,82,206).

#2052ce hex color red value is 32, green value is 82 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2052ce hue: 0.62 , saturation: 0.73 and the lightness value of 2052ce is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01010010 11001110
Octal 40 122 316
Decimal 32 82 206
Hex 20 52 CE

RGB Percentages of Color #2052ce

%10.00
%25.63
%64.38

CMYK Percentages of Color #2052ce

%84
%60
%0
%19

Triadic Colors of #2052ce

#2052ce #ce2052 #52ce20

Analogous Colors of #2052ce

#2052ce #4520ce #20a9ce

Monochromatic Colors of #2052ce

#2052ce

Complementary Color

#2052ce #ce9c20

#2052ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2052ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2052ce Color CSS Codes

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

#2052ce Text Font Color

<p style="color:#2052ce">Text here</p>

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


#2052ce Background Color

<div style="background-color:#2052ce">
Div content here</div>

This div background color is #2052ce


#2052ce Border Color

<div style="border:3px solid #2052ce">
Div here</div>

This div border color is #2052ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,82,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2052ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2052ce;
  -webkit-box-shadow: 1px 1px 3px 2px #2052ce;
  box-shadow:         1px 1px 3px 2px #2052ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,82,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2052ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2052ce


Comments

No comments written yet.

Please login to write comment.