Color Hex Logo

#052dba Color Hex

#052DBA
(5,45,186)
0 Favorites   0 Comments

Color spaces of #052dba

RGB 545186
HSL0.630.950.37
HSV227°97°73°
CMYK 0.970.760.00   0.27
XYZ9.86395.454246.9873
Yxy5.45420.15830.0875
Hunter Lab23.354234.5214-102.9399
CIE-Lab27.991545.3486-75.2894

#052dba color RGB value is (5,45,186).

#052dba hex color red value is 5, green value is 45 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #052dba hue: 0.63 , saturation: 0.95 and the lightness value of 052dba is 0.37.

The process color (four color CMYK) of #052dba color hex is 0.97, 0.76, 0.00, 0.27. Web safe color of #052dba is #0033cc. Color #052dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101101 10111010
Octal 5 55 272
Decimal 5 45 186
Hex 5 2D BA

RGB Percentages of Color #052dba

%2.12
%19.07
%78.81

CMYK Percentages of Color #052dba

%97
%76
%0
%27

Triadic Colors of #052dba

#052dba #ba052d #2dba05

Analogous Colors of #052dba

#052dba #3805ba #0588ba

Monochromatic Colors of #052dba

#052dba

Complementary Color

#052dba #ba9205

#052dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#052dba Color CSS Codes

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

#052dba Text Font Color

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

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


#052dba Background Color

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

This div background color is #052dba


#052dba Border Color

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

This div border color is #052dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052dba


Comments

No comments written yet.

Please login to write comment.