Color Hex Logo

#0052ad Color Hex

#0052AD
(0,82,173)
0 Favorites   0 Comments

Color spaces of #0052ad

RGB 082173
HSL0.591.000.34
HSV212°100°68°
CMYK 1.000.530.00   0.32
XYZ10.56019.051740.7257
Yxy9.05170.17500.1500
Hunter Lab30.086010.0023-59.1971
CIE-Lab36.083615.8713-54.3013

#0052ad color RGB value is (0,82,173).

#0052ad hex color red value is 0, green value is 82 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #0052ad hue: 0.59 , saturation: 1.00 and the lightness value of 0052ad is 0.34.

The process color (four color CMYK) of #0052ad color hex is 1.00, 0.53, 0.00, 0.32. Web safe color of #0052ad is #006699. Color #0052ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010010 10101101
Octal 0 122 255
Decimal 0 82 173
Hex 0 52 AD

RGB Percentages of Color #0052ad

%0.00
%32.16
%67.84

CMYK Percentages of Color #0052ad

%100
%53
%0
%32

Triadic Colors of #0052ad

#0052ad #ad0052 #52ad00

Analogous Colors of #0052ad

#0052ad #0500ad #00a9ad

Monochromatic Colors of #0052ad

#0052ad

Complementary Color

#0052ad #ad5b00

#0052ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0052ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0052ad Color CSS Codes

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

#0052ad Text Font Color

<p style="color:#0052ad">Text here</p>

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


#0052ad Background Color

<div style="background-color:#0052ad">
Div content here</div>

This div background color is #0052ad


#0052ad Border Color

<div style="border:3px solid #0052ad">
Div here</div>

This div border color is #0052ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,82,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0052ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0052ad;
  -webkit-box-shadow: 1px 1px 3px 2px #0052ad;
  box-shadow:         1px 1px 3px 2px #0052ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,82,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 #0052ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0052ad


Comments

No comments written yet.

Please login to write comment.