Color Hex Logo

#052fdd Color Hex

#052FDD
(5,47,221)
0 Favorites   0 Comments

Color spaces of #052fdd

RGB 547221
HSL0.630.960.44
HSV228°98°87°
CMYK 0.980.790.00   0.13
XYZ14.13027.285869.0682
Yxy7.28580.15620.0805
Hunter Lab26.992246.2069-132.8178
CIE-Lab32.448956.0430-88.3121

#052fdd color RGB value is (5,47,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101111 11011101
Octal 5 57 335
Decimal 5 47 221
Hex 5 2F DD

RGB Percentages of Color #052fdd

%1.83
%17.22
%80.95

CMYK Percentages of Color #052fdd

%98
%79
%0
%13

Triadic Colors of #052fdd

#052fdd #dd052f #2fdd05

Analogous Colors of #052fdd

#052fdd #4705dd #059bdd

Monochromatic Colors of #052fdd

#052fdd

Complementary Color

#052fdd #ddb305

#052fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#052fdd Color CSS Codes

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

#052fdd Text Font Color

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

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


#052fdd Background Color

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

This div background color is #052fdd


#052fdd Border Color

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

This div border color is #052fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052fdd


Comments

No comments written yet.

Please login to write comment.