Color Hex Logo

#204adb Color Hex

#204ADB
(32,74,219)
0 Favorites   0 Comments

Color spaces of #204adb

RGB 3274219
HSL0.630.750.49
HSV227°85°86°
CMYK 0.850.660.00   0.14
XYZ15.830610.319168.1753
Yxy10.31910.16780.1094
Hunter Lab32.123431.7501-103.3446
CIE-Lab38.409140.5772-77.2920

#204adb color RGB value is (32,74,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01001010 11011011
Octal 40 112 333
Decimal 32 74 219
Hex 20 4A DB

RGB Percentages of Color #204adb

%9.85
%22.77
%67.38

CMYK Percentages of Color #204adb

%85
%66
%0
%14

Triadic Colors of #204adb

#204adb #db204a #4adb20

Analogous Colors of #204adb

#204adb #5420db #20a8db

Monochromatic Colors of #204adb

#204adb

Complementary Color

#204adb #dbb120

#204adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#204adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#204adb Color CSS Codes

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

#204adb Text Font Color

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

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


#204adb Background Color

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

This div background color is #204adb


#204adb Border Color

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

This div border color is #204adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #204adb


Comments

No comments written yet.

Please login to write comment.