Color Hex Logo

#052daf Color Hex

#052DAF
(5,45,175)
0 Favorites   0 Comments

Color spaces of #052daf

RGB 545175
HSL0.630.940.35
HSV226°97°69°
CMYK 0.970.740.00   0.31
XYZ8.73885.004241.0628
Yxy5.00420.15950.0913
Hunter Lab22.370130.5829-93.1745
CIE-Lab26.746741.4172-70.7960

#052daf color RGB value is (5,45,175).

#052daf hex color red value is 5, green value is 45 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #052daf hue: 0.63 , saturation: 0.94 and the lightness value of 052daf is 0.35.

The process color (four color CMYK) of #052daf color hex is 0.97, 0.74, 0.00, 0.31. Web safe color of #052daf is #003399. Color #052daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101101 10101111
Octal 5 55 257
Decimal 5 45 175
Hex 5 2D AF

RGB Percentages of Color #052daf

%2.22
%20.00
%77.78

CMYK Percentages of Color #052daf

%97
%74
%0
%31

Triadic Colors of #052daf

#052daf #af052d #2daf05

Analogous Colors of #052daf

#052daf #3205af #0582af

Monochromatic Colors of #052daf

#052daf

Complementary Color

#052daf #af8705

#052daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#052daf Color CSS Codes

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

#052daf Text Font Color

<p style="color:#052daf">Text here</p>

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


#052daf Background Color

<div style="background-color:#052daf">
Div content here</div>

This div background color is #052daf


#052daf Border Color

<div style="border:3px solid #052daf">
Div here</div>

This div border color is #052daf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,45,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #052daf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #052daf;
  -webkit-box-shadow: 1px 1px 3px 2px #052daf;
  box-shadow:         1px 1px 3px 2px #052daf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,45,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052daf


Comments

No comments written yet.

Please login to write comment.