Color Hex Logo

#204abb Color Hex

#204ABB
(32,74,187)
0 Favorites   0 Comments

Color spaces of #204abb

RGB 3274187
HSL0.620.710.43
HSV224°83°73°
CMYK 0.830.600.00   0.27
XYZ12.01418.792548.0776
Yxy8.79250.17440.1276
Hunter Lab29.652220.4312-75.3755
CIE-Lab35.581728.5962-63.3629

#204abb color RGB value is (32,74,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01001010 10111011
Octal 40 112 273
Decimal 32 74 187
Hex 20 4A BB

RGB Percentages of Color #204abb

%10.92
%25.26
%63.82

CMYK Percentages of Color #204abb

%83
%60
%0
%27

Triadic Colors of #204abb

#204abb #bb204a #4abb20

Analogous Colors of #204abb

#204abb #4320bb #2098bb

Monochromatic Colors of #204abb

#204abb

Complementary Color

#204abb #bb9120

#204abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#204abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#204abb Color CSS Codes

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

#204abb Text Font Color

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

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


#204abb Background Color

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

This div background color is #204abb


#204abb Border Color

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

This div border color is #204abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #204abb


Comments

No comments written yet.

Please login to write comment.