Color Hex Logo

#204edd Color Hex

#204EDD
(32,78,221)
0 Favorites   0 Comments

Color spaces of #204edd

RGB 3278221
HSL0.630.750.50
HSV225°86°87°
CMYK 0.860.650.00   0.13
XYZ16.371210.976369.6624
Yxy10.97630.16880.1131
Hunter Lab33.130530.2261-101.4758
CIE-Lab39.540538.7971-76.5765

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

#204edd hex color red value is 32, green value is 78 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #204edd hue: 0.63 , saturation: 0.75 and the lightness value of 204edd is 0.50.

The process color (four color CMYK) of #204edd color hex is 0.86, 0.65, 0.00, 0.13. Web safe color of #204edd is #3366cc. Color #204edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01001110 11011101
Octal 40 116 335
Decimal 32 78 221
Hex 20 4E DD

RGB Percentages of Color #204edd

%9.67
%23.56
%66.77

CMYK Percentages of Color #204edd

%86
%65
%0
%13

Triadic Colors of #204edd

#204edd #dd204e #4edd20

Analogous Colors of #204edd

#204edd #5120dd #20addd

Monochromatic Colors of #204edd

#204edd

Complementary Color

#204edd #ddaf20

#204edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#204edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#204edd Color CSS Codes

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

#204edd Text Font Color

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

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


#204edd Background Color

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

This div background color is #204edd


#204edd Border Color

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

This div border color is #204edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #204edd


Comments

No comments written yet.

Please login to write comment.