Color Hex Logo

#204ecc Color Hex

#204ECC
(32,78,204)
0 Favorites   0 Comments

Color spaces of #204ecc

RGB 3278204
HSL0.620.730.46
HSV224°84°80°
CMYK 0.840.620.00   0.20
XYZ14.219110.115558.3298
Yxy10.11550.17200.1224
Hunter Lab31.804924.1440-86.4738
CIE-Lab38.048932.4592-69.2449

#204ecc color RGB value is (32,78,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01001110 11001100
Octal 40 116 314
Decimal 32 78 204
Hex 20 4E CC

RGB Percentages of Color #204ecc

%10.19
%24.84
%64.97

CMYK Percentages of Color #204ecc

%84
%62
%0
%20

Triadic Colors of #204ecc

#204ecc #cc204e #4ecc20

Analogous Colors of #204ecc

#204ecc #4820cc #20a4cc

Monochromatic Colors of #204ecc

#204ecc

Complementary Color

#204ecc #cc9e20

#204ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#204ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#204ecc Color CSS Codes

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

#204ecc Text Font Color

<p style="color:#204ecc">Text here</p>

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


#204ecc Background Color

<div style="background-color:#204ecc">
Div content here</div>

This div background color is #204ecc


#204ecc Border Color

<div style="border:3px solid #204ecc">
Div here</div>

This div border color is #204ecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,78,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #204ecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #204ecc;
  -webkit-box-shadow: 1px 1px 3px 2px #204ecc;
  box-shadow:         1px 1px 3px 2px #204ecc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #204ecc


Comments

No comments written yet.

Please login to write comment.