Color Hex Logo

#052dda Color Hex

#052DDA
(5,45,218)
0 Favorites   0 Comments

Color spaces of #052dda

RGB 545218
HSL0.640.960.44
HSV229°98°85°
CMYK 0.980.790.00   0.15
XYZ13.65596.971066.9555
Yxy6.97100.15590.0796
Hunter Lab26.402746.1186-131.8739
CIE-Lab31.740856.0977-87.7626

#052dda color RGB value is (5,45,218).

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

The process color (four color CMYK) of #052dda color hex is 0.98, 0.79, 0.00, 0.15. Web safe color of #052dda is #0033cc. Color #052dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101101 11011010
Octal 5 55 332
Decimal 5 45 218
Hex 5 2D DA

RGB Percentages of Color #052dda

%1.87
%16.79
%81.34

CMYK Percentages of Color #052dda

%98
%79
%0
%15

Triadic Colors of #052dda

#052dda #da052d #2dda05

Analogous Colors of #052dda

#052dda #4705da #0598da

Monochromatic Colors of #052dda

#052dda

Complementary Color

#052dda #dab205

#052dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#052dda Color CSS Codes

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

#052dda Text Font Color

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

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


#052dda Background Color

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

This div background color is #052dda


#052dda Border Color

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

This div border color is #052dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052dda


Comments

No comments written yet.

Please login to write comment.