Color Hex Logo

#052ef0 Color Hex

#052EF0
(5,46,240)
0 Favorites   0 Comments

Color spaces of #052ef0

RGB 546240
HSL0.640.960.48
HSV230°98°94°
CMYK 0.980.810.00   0.06
XYZ16.76788.277583.1520
Yxy8.27750.15500.0765
Hunter Lab28.770653.6828-151.2186
CIE-Lab34.554362.5182-95.6479

#052ef0 color RGB value is (5,46,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101110 11110000
Octal 5 56 360
Decimal 5 46 240
Hex 5 2E F0

RGB Percentages of Color #052ef0

%1.72
%15.81
%82.47

CMYK Percentages of Color #052ef0

%98
%81
%0
%6

Triadic Colors of #052ef0

#052ef0 #f0052e #2ef005

Analogous Colors of #052ef0

#052ef0 #5105f0 #05a4f0

Monochromatic Colors of #052ef0

#052ef0

Complementary Color

#052ef0 #f0c705

#052ef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052ef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052ef0 Color CSS Codes

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

#052ef0 Text Font Color

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

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


#052ef0 Background Color

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

This div background color is #052ef0


#052ef0 Border Color

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

This div border color is #052ef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052ef0


Comments

No comments written yet.

Please login to write comment.