Color Hex Logo

#052fed Color Hex

#052FED
(5,47,237)
0 Favorites   0 Comments

Color spaces of #052fed

RGB 547237
HSL0.640.960.47
HSV229°98°93°
CMYK 0.980.800.00   0.07
XYZ16.36528.179780.8371
Yxy8.17970.15530.0776
Hunter Lab28.600252.0885-147.5604
CIE-Lab34.354461.1172-94.2801

#052fed color RGB value is (5,47,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101111 11101101
Octal 5 57 355
Decimal 5 47 237
Hex 5 2F ED

RGB Percentages of Color #052fed

%1.73
%16.26
%82.01

CMYK Percentages of Color #052fed

%98
%80
%0
%7

Triadic Colors of #052fed

#052fed #ed052f #2fed05

Analogous Colors of #052fed

#052fed #4f05ed #05a3ed

Monochromatic Colors of #052fed

#052fed

Complementary Color

#052fed #edc305

#052fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#052fed Color CSS Codes

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

#052fed Text Font Color

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

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


#052fed Background Color

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

This div background color is #052fed


#052fed Border Color

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

This div border color is #052fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052fed


Comments

No comments written yet.

Please login to write comment.