Color Hex Logo

#052fec Color Hex

#052FEC
(5,47,236)
0 Favorites   0 Comments

Color spaces of #052fec

RGB 547236
HSL0.640.960.47
HSV229°98°93°
CMYK 0.980.800.00   0.07
XYZ16.21948.121480.0696
Yxy8.12140.15530.0778
Hunter Lab28.498151.7199-146.6355
CIE-Lab34.234460.8056-93.9119

#052fec color RGB value is (5,47,236).

#052fec hex color red value is 5, green value is 47 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #052fec hue: 0.64 , saturation: 0.96 and the lightness value of 052fec is 0.47.

The process color (four color CMYK) of #052fec color hex is 0.98, 0.80, 0.00, 0.07. Web safe color of #052fec is #0033ff. Color #052fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101111 11101100
Octal 5 57 354
Decimal 5 47 236
Hex 5 2F EC

RGB Percentages of Color #052fec

%1.74
%16.32
%81.94

CMYK Percentages of Color #052fec

%98
%80
%0
%7

Triadic Colors of #052fec

#052fec #ec052f #2fec05

Analogous Colors of #052fec

#052fec #4f05ec #05a3ec

Monochromatic Colors of #052fec

#052fec

Complementary Color

#052fec #ecc205

#052fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#052fec Color CSS Codes

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

#052fec Text Font Color

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

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


#052fec Background Color

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

This div background color is #052fec


#052fec Border Color

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

This div border color is #052fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052fec


Comments

No comments written yet.

Please login to write comment.