Color Hex Logo

#052247 Color Hex

#052247
(5,34,71)
0 Favorites   0 Comments

Color spaces of #052247

RGB 53471
HSL0.590.870.15
HSV214°93°28°
CMYK 0.930.520.00   0.72
XYZ1.77191.63136.1827
Yxy1.63130.18480.1702
Hunter Lab12.77222.4120-19.7601
CIE-Lab13.41955.7693-26.1489

#052247 color RGB value is (5,34,71).

#052247 hex color red value is 5, green value is 34 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #052247 hue: 0.59 , saturation: 0.87 and the lightness value of 052247 is 0.15.

The process color (four color CMYK) of #052247 color hex is 0.93, 0.52, 0.00, 0.72. Web safe color of #052247 is #003333. Color #052247 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100010 01000111
Octal 5 42 107
Decimal 5 34 71
Hex 5 22 47

RGB Percentages of Color #052247

%4.55
%30.91
%64.55

CMYK Percentages of Color #052247

%93
%52
%0
%72

Triadic Colors of #052247

#052247 #470522 #224705

Analogous Colors of #052247

#052247 #090547 #054347

Monochromatic Colors of #052247

#052247

Complementary Color

#052247 #472a05

#052247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052247 Color CSS Codes

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

#052247 Text Font Color

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

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


#052247 Background Color

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

This div background color is #052247


#052247 Border Color

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

This div border color is #052247


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,34,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #052247; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #052247;
  -webkit-box-shadow: 1px 1px 3px 2px #052247;
  box-shadow:         1px 1px 3px 2px #052247; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052247


Comments

No comments written yet.

Please login to write comment.