Color Hex Logo

#052eaf Color Hex

#052EAF
(5,46,175)
0 Favorites   0 Comments

Color spaces of #052eaf

RGB 546175
HSL0.630.940.35
HSV226°97°69°
CMYK 0.970.740.00   0.31
XYZ8.77745.081441.0756
Yxy5.08140.15980.0925
Hunter Lab22.542030.0560-92.2579
CIE-Lab26.965440.8063-70.4339

#052eaf color RGB value is (5,46,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101110 10101111
Octal 5 56 257
Decimal 5 46 175
Hex 5 2E AF

RGB Percentages of Color #052eaf

%2.21
%20.35
%77.43

CMYK Percentages of Color #052eaf

%97
%74
%0
%31

Triadic Colors of #052eaf

#052eaf #af052e #2eaf05

Analogous Colors of #052eaf

#052eaf #3105af #0583af

Monochromatic Colors of #052eaf

#052eaf

Complementary Color

#052eaf #af8605

#052eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#052eaf Color CSS Codes

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

#052eaf Text Font Color

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

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


#052eaf Background Color

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

This div background color is #052eaf


#052eaf Border Color

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

This div border color is #052eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,46,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 #052eaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052eaf


Comments

No comments written yet.

Please login to write comment.