Color Hex Logo

#052cfa Color Hex

#052CFA
(5,44,250)
0 Favorites   0 Comments

Color spaces of #052cfa

RGB 544250
HSL0.640.960.50
HSV230°98°98°
CMYK 0.980.820.00   0.02
XYZ18.21868.735891.1684
Yxy8.73580.15420.0740
Hunter Lab29.556458.3040-162.1940
CIE-Lab35.470666.4337-99.7635

#052cfa color RGB value is (5,44,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101100 11111010
Octal 5 54 372
Decimal 5 44 250
Hex 5 2C FA

RGB Percentages of Color #052cfa

%1.67
%14.72
%83.61

CMYK Percentages of Color #052cfa

%98
%82
%0
%2

Triadic Colors of #052cfa

#052cfa #fa052c #2cfa05

Analogous Colors of #052cfa

#052cfa #5905fa #05a7fa

Monochromatic Colors of #052cfa

#052cfa

Complementary Color

#052cfa #fad305

#052cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#052cfa Color CSS Codes

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

#052cfa Text Font Color

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

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


#052cfa Background Color

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

This div background color is #052cfa


#052cfa Border Color

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

This div border color is #052cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.