Color Hex Logo

#204dcc Color Hex

#204DCC
(32,77,204)
0 Favorites   0 Comments

Color spaces of #204dcc

RGB 3277204
HSL0.620.730.46
HSV224°84°80°
CMYK 0.840.620.00   0.20
XYZ14.14869.974558.3063
Yxy9.97450.17160.1210
Hunter Lab31.582424.6969-87.3513
CIE-Lab37.796633.1073-69.6581

#204dcc color RGB value is (32,77,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01001101 11001100
Octal 40 115 314
Decimal 32 77 204
Hex 20 4D CC

RGB Percentages of Color #204dcc

%10.22
%24.60
%65.18

CMYK Percentages of Color #204dcc

%84
%62
%0
%20

Triadic Colors of #204dcc

#204dcc #cc204d #4dcc20

Analogous Colors of #204dcc

#204dcc #4920cc #20a3cc

Monochromatic Colors of #204dcc

#204dcc

Complementary Color

#204dcc #cc9f20

#204dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#204dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#204dcc Color CSS Codes

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

#204dcc Text Font Color

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

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


#204dcc Background Color

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

This div background color is #204dcc


#204dcc Border Color

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

This div border color is #204dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #204dcc


Comments

No comments written yet.

Please login to write comment.