Color Hex Logo

#052acd Color Hex

#052ACD
(5,42,205)
0 Favorites   0 Comments

Color spaces of #052acd

RGB 542205
HSL0.640.950.41
HSV229°98°80°
CMYK 0.980.800.00   0.20
XYZ11.91006.096058.3065
Yxy6.09600.15610.0799
Hunter Lab24.690142.8972-122.7324
CIE-Lab29.653453.4223-83.6983

#052acd color RGB value is (5,42,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101010 11001101
Octal 5 52 315
Decimal 5 42 205
Hex 5 2A CD

RGB Percentages of Color #052acd

%1.98
%16.67
%81.35

CMYK Percentages of Color #052acd

%98
%80
%0
%20

Triadic Colors of #052acd

#052acd #cd052a #2acd05

Analogous Colors of #052acd

#052acd #4405cd #058ecd

Monochromatic Colors of #052acd

#052acd

Complementary Color

#052acd #cda805

#052acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#052acd Color CSS Codes

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

#052acd Text Font Color

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

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


#052acd Background Color

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

This div background color is #052acd


#052acd Border Color

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

This div border color is #052acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052acd


Comments

No comments written yet.

Please login to write comment.