Color Hex Logo

#207dad Color Hex

#207DAD
(32,125,173)
0 Favorites   0 Comments

Color spaces of #207dad

RGB 32125173
HSL0.560.690.40
HSV200°82°68°
CMYK 0.820.280.00   0.32
XYZ15.472117.991442.1924
Yxy17.99140.20450.2378
Hunter Lab42.4163-9.1174-29.2857
CIE-Lab49.4857-9.2589-32.9039

#207dad color RGB value is (32,125,173).

#207dad hex color red value is 32, green value is 125 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #207dad hue: 0.56 , saturation: 0.69 and the lightness value of 207dad is 0.40.

The process color (four color CMYK) of #207dad color hex is 0.82, 0.28, 0.00, 0.32. Web safe color of #207dad is #336699. Color #207dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01111101 10101101
Octal 40 175 255
Decimal 32 125 173
Hex 20 7D AD

RGB Percentages of Color #207dad

%9.70
%37.88
%52.42

CMYK Percentages of Color #207dad

%82
%28
%0
%32

Triadic Colors of #207dad

#207dad #ad207d #7dad20

Analogous Colors of #207dad

#207dad #2037ad #20ad97

Monochromatic Colors of #207dad

#207dad

Complementary Color

#207dad #ad5020

#207dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#207dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#207dad Color CSS Codes

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

#207dad Text Font Color

<p style="color:#207dad">Text here</p>

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


#207dad Background Color

<div style="background-color:#207dad">
Div content here</div>

This div background color is #207dad


#207dad Border Color

<div style="border:3px solid #207dad">
Div here</div>

This div border color is #207dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,125,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #207dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #207dad;
  -webkit-box-shadow: 1px 1px 3px 2px #207dad;
  box-shadow:         1px 1px 3px 2px #207dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #207dad


Comments

No comments written yet.

Please login to write comment.