Color Hex Logo

#052efe Color Hex

#052EFE
(5,46,254)
0 Favorites   0 Comments

Color spaces of #052efe

RGB 546254
HSL0.640.990.51
HSV230°98°100°
CMYK 0.980.820.00   0.00
XYZ18.92909.142094.5328
Yxy9.14200.15440.0746
Hunter Lab30.235758.8369-164.2067
CIE-Lab36.256366.7464-100.6997

#052efe color RGB value is (5,46,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101110 11111110
Octal 5 56 376
Decimal 5 46 254
Hex 5 2E FE

RGB Percentages of Color #052efe

%1.64
%15.08
%83.28

CMYK Percentages of Color #052efe

%98
%82
%0
%0

Triadic Colors of #052efe

#052efe #fe052e #2efe05

Analogous Colors of #052efe

#052efe #5905fe #05abfe

Monochromatic Colors of #052efe

#052efe

Complementary Color

#052efe #fed505

#052efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#052efe Color CSS Codes

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

#052efe Text Font Color

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

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


#052efe Background Color

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

This div background color is #052efe


#052efe Border Color

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

This div border color is #052efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052efe

Related Colors


Comments

No comments written yet.

Please login to write comment.