Color Hex Logo

#052ada Color Hex

#052ADA
(5,42,218)
0 Favorites   0 Comments

Color spaces of #052ada

RGB 542218
HSL0.640.960.44
HSV230°98°85°
CMYK 0.980.810.00   0.15
XYZ13.54546.750166.9187
Yxy6.75010.15530.0774
Hunter Lab25.981047.5959-134.5256
CIE-Lab31.231157.5864-88.6102

#052ada color RGB value is (5,42,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101010 11011010
Octal 5 52 332
Decimal 5 42 218
Hex 5 2A DA

RGB Percentages of Color #052ada

%1.89
%15.85
%82.26

CMYK Percentages of Color #052ada

%98
%81
%0
%15

Triadic Colors of #052ada

#052ada #da052a #2ada05

Analogous Colors of #052ada

#052ada #4b05da #0595da

Monochromatic Colors of #052ada

#052ada

Complementary Color

#052ada #dab505

#052ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#052ada Color CSS Codes

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

#052ada Text Font Color

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

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


#052ada Background Color

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

This div background color is #052ada


#052ada Border Color

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

This div border color is #052ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052ada


Comments

No comments written yet.

Please login to write comment.