Color Hex Logo

#2059ce Color Hex

#2059CE
(32,89,206)
0 Favorites   0 Comments

Color spaces of #2059ce

RGB 3289206
HSL0.610.730.47
HSV220°84°81°
CMYK 0.840.570.00   0.19
XYZ15.308611.908159.8842
Yxy11.90810.17580.1367
Hunter Lab34.508118.7975-78.7342
CIE-Lab41.069726.0518-65.4669

#2059ce color RGB value is (32,89,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01011001 11001110
Octal 40 131 316
Decimal 32 89 206
Hex 20 59 CE

RGB Percentages of Color #2059ce

%9.79
%27.22
%63.00

CMYK Percentages of Color #2059ce

%84
%57
%0
%19

Triadic Colors of #2059ce

#2059ce #ce2059 #59ce20

Analogous Colors of #2059ce

#2059ce #3e20ce #20b0ce

Monochromatic Colors of #2059ce

#2059ce

Complementary Color

#2059ce #ce9520

#2059ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2059ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2059ce Color CSS Codes

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

#2059ce Text Font Color

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

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


#2059ce Background Color

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

This div background color is #2059ce


#2059ce Border Color

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

This div border color is #2059ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2059ce


Comments

No comments written yet.

Please login to write comment.