Color Hex Logo

#054247 Color Hex

#054247
(5,66,71)
0 Favorites   0 Comments

Color spaces of #054247

RGB 56671
HSL0.510.870.15
HSV185°93°28°
CMYK 0.930.070.00   0.72
XYZ3.14814.38366.6414
Yxy4.38360.22210.3093
Hunter Lab20.9370-9.8005-4.1513
CIE-Lab24.9011-15.7245-8.2090

#054247 color RGB value is (5,66,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000010 01000111
Octal 5 102 107
Decimal 5 66 71
Hex 5 42 47

RGB Percentages of Color #054247

%3.52
%46.48
%50.00

CMYK Percentages of Color #054247

%93
%7
%0
%72

Triadic Colors of #054247

#054247 #470542 #424705

Analogous Colors of #054247

#054247 #052147 #05472b

Monochromatic Colors of #054247

#054247

Complementary Color

#054247 #470a05

#054247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054247 Color CSS Codes

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

#054247 Text Font Color

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

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


#054247 Background Color

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

This div background color is #054247


#054247 Border Color

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

This div border color is #054247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054247


Comments

No comments written yet.

Please login to write comment.