Color Hex Logo

#204cbc Color Hex

#204CBC
(32,76,188)
0 Favorites   0 Comments

Color spaces of #204cbc

RGB 3276188
HSL0.620.710.43
HSV223°83°74°
CMYK 0.830.600.00   0.26
XYZ12.25729.106848.6887
Yxy9.10680.17500.1300
Hunter Lab30.177519.6909-74.5350
CIE-Lab36.189127.6591-62.9582

#204cbc color RGB value is (32,76,188).

#204cbc hex color red value is 32, green value is 76 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #204cbc hue: 0.62 , saturation: 0.71 and the lightness value of 204cbc is 0.43.

The process color (four color CMYK) of #204cbc color hex is 0.83, 0.60, 0.00, 0.26. Web safe color of #204cbc is #3333cc. Color #204cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01001100 10111100
Octal 40 114 274
Decimal 32 76 188
Hex 20 4C BC

RGB Percentages of Color #204cbc

%10.81
%25.68
%63.51

CMYK Percentages of Color #204cbc

%83
%60
%0
%26

Triadic Colors of #204cbc

#204cbc #bc204c #4cbc20

Analogous Colors of #204cbc

#204cbc #4220bc #209abc

Monochromatic Colors of #204cbc

#204cbc

Complementary Color

#204cbc #bc9020

#204cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#204cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#204cbc Color CSS Codes

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

#204cbc Text Font Color

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

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


#204cbc Background Color

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

This div background color is #204cbc


#204cbc Border Color

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

This div border color is #204cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #204cbc


Comments

No comments written yet.

Please login to write comment.