Color Hex Logo

#052bfa Color Hex

#052BFA
(5,43,250)
0 Favorites   0 Comments

Color spaces of #052bfa

RGB 543250
HSL0.640.960.50
HSV231°98°98°
CMYK 0.980.830.00   0.02
XYZ18.18188.662191.1562
Yxy8.66210.15410.0734
Hunter Lab29.431458.7665-163.0332
CIE-Lab35.325466.8651-100.0053

#052bfa color RGB value is (5,43,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101011 11111010
Octal 5 53 372
Decimal 5 43 250
Hex 5 2B FA

RGB Percentages of Color #052bfa

%1.68
%14.43
%83.89

CMYK Percentages of Color #052bfa

%98
%83
%0
%2

Triadic Colors of #052bfa

#052bfa #fa052b #2bfa05

Analogous Colors of #052bfa

#052bfa #5a05fa #05a6fa

Monochromatic Colors of #052bfa

#052bfa

Complementary Color

#052bfa #fad405

#052bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#052bfa Color CSS Codes

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

#052bfa Text Font Color

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

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


#052bfa Background Color

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

This div background color is #052bfa


#052bfa Border Color

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

This div border color is #052bfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,43,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 #052bfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.