Color Hex Logo

#052fbe Color Hex

#052FBE
(5,47,190)
0 Favorites   0 Comments

Color spaces of #052fbe

RGB 547190
HSL0.630.950.38
HSV226°97°75°
CMYK 0.970.750.00   0.25
XYZ10.37345.783049.2847
Yxy5.78300.15850.0884
Hunter Lab24.047934.9148-104.6779
CIE-Lab28.858345.5902-76.2191

#052fbe color RGB value is (5,47,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101111 10111110
Octal 5 57 276
Decimal 5 47 190
Hex 5 2F BE

RGB Percentages of Color #052fbe

%2.07
%19.42
%78.51

CMYK Percentages of Color #052fbe

%97
%75
%0
%25

Triadic Colors of #052fbe

#052fbe #be052f #2fbe05

Analogous Colors of #052fbe

#052fbe #3805be #058cbe

Monochromatic Colors of #052fbe

#052fbe

Complementary Color

#052fbe #be9405

#052fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#052fbe Color CSS Codes

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

#052fbe Text Font Color

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

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


#052fbe Background Color

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

This div background color is #052fbe


#052fbe Border Color

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

This div border color is #052fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052fbe


Comments

No comments written yet.

Please login to write comment.