Color Hex Logo

#052fb7 Color Hex

#052FB7
(5,47,183)
0 Favorites   0 Comments

Color spaces of #052fb7

RGB 547183
HSL0.630.950.37
HSV226°97°72°
CMYK 0.970.740.00   0.28
XYZ9.62635.484245.3509
Yxy5.48420.15920.0907
Hunter Lab23.418432.3916-98.4253
CIE-Lab28.072043.0996-73.3753

#052fb7 color RGB value is (5,47,183).

#052fb7 hex color red value is 5, green value is 47 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #052fb7 hue: 0.63 , saturation: 0.95 and the lightness value of 052fb7 is 0.37.

The process color (four color CMYK) of #052fb7 color hex is 0.97, 0.74, 0.00, 0.28. Web safe color of #052fb7 is #0033cc. Color #052fb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101111 10110111
Octal 5 57 267
Decimal 5 47 183
Hex 5 2F B7

RGB Percentages of Color #052fb7

%2.13
%20.00
%77.87

CMYK Percentages of Color #052fb7

%97
%74
%0
%28

Triadic Colors of #052fb7

#052fb7 #b7052f #2fb705

Analogous Colors of #052fb7

#052fb7 #3405b7 #0588b7

Monochromatic Colors of #052fb7

#052fb7

Complementary Color

#052fb7 #b78d05

#052fb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052fb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052fb7 Color CSS Codes

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

#052fb7 Text Font Color

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

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


#052fb7 Background Color

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

This div background color is #052fb7


#052fb7 Border Color

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

This div border color is #052fb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052fb7


Comments

No comments written yet.

Please login to write comment.