Color Hex Logo

#204ce0 Color Hex

#204CE0
(32,76,224)
0 Favorites   0 Comments

Color spaces of #204ce0

RGB 3276224
HSL0.630.760.50
HSV226°86°88°
CMYK 0.860.660.00   0.12
XYZ16.634710.857871.7400
Yxy10.85780.16760.1094
Hunter Lab32.951232.4474-106.0180
CIE-Lab39.339941.1463-78.6189

#204ce0 color RGB value is (32,76,224).

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

The process color (four color CMYK) of #204ce0 color hex is 0.86, 0.66, 0.00, 0.12. Web safe color of #204ce0 is #3333cc. Color #204ce0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01001100 11100000
Octal 40 114 340
Decimal 32 76 224
Hex 20 4C E0

RGB Percentages of Color #204ce0

%9.64
%22.89
%67.47

CMYK Percentages of Color #204ce0

%86
%66
%0
%12

Triadic Colors of #204ce0

#204ce0 #e0204c #4ce020

Analogous Colors of #204ce0

#204ce0 #5420e0 #20ace0

Monochromatic Colors of #204ce0

#204ce0

Complementary Color

#204ce0 #e0b420

#204ce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#204ce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#204ce0 Color CSS Codes

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

#204ce0 Text Font Color

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

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


#204ce0 Background Color

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

This div background color is #204ce0


#204ce0 Border Color

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

This div border color is #204ce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #204ce0


Comments

No comments written yet.

Please login to write comment.