Color Hex Logo

#2077ce Color Hex

#2077CE
(32,119,206)
0 Favorites   0 Comments

Color spaces of #2077ce

RGB 32119206
HSL0.580.730.47
HSV210°84°81°
CMYK 0.840.420.00   0.19
XYZ18.333117.957060.8923
Yxy17.95700.18860.1848
Hunter Lab42.37573.0674-55.5345
CIE-Lab49.44396.8064-51.9430

#2077ce color RGB value is (32,119,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01110111 11001110
Octal 40 167 316
Decimal 32 119 206
Hex 20 77 CE

RGB Percentages of Color #2077ce

%8.96
%33.33
%57.70

CMYK Percentages of Color #2077ce

%84
%42
%0
%19

Triadic Colors of #2077ce

#2077ce #ce2077 #77ce20

Analogous Colors of #2077ce

#2077ce #2020ce #20cece

Monochromatic Colors of #2077ce

#2077ce

Complementary Color

#2077ce #ce7720

#2077ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2077ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2077ce Color CSS Codes

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

#2077ce Text Font Color

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

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


#2077ce Background Color

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

This div background color is #2077ce


#2077ce Border Color

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

This div border color is #2077ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2077ce


Comments

No comments written yet.

Please login to write comment.