Color Hex Logo

#052427 Color Hex

#052427
(5,36,39)
1 Favorites   0 Comments

Color spaces of #052427

RGB 53639
HSL0.510.770.09
HSV185°87°15°
CMYK 0.870.080.00   0.85
XYZ1.05971.44052.1416
Yxy1.44050.22830.3103
Hunter Lab12.0021-5.2433-2.1780
CIE-Lab12.2247-9.9585-5.3238

#052427 color RGB value is (5,36,39).

#052427 hex color red value is 5, green value is 36 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #052427 hue: 0.51 , saturation: 0.77 and the lightness value of 052427 is 0.09.

The process color (four color CMYK) of #052427 color hex is 0.87, 0.08, 0.00, 0.85. Web safe color of #052427 is #003333. Color #052427 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100100 00100111
Octal 5 44 47
Decimal 5 36 39
Hex 5 24 27

RGB Percentages of Color #052427

%6.25
%45.00
%48.75

CMYK Percentages of Color #052427

%87
%8
%0
%85

Triadic Colors of #052427

#052427 #270524 #242705

Analogous Colors of #052427

#052427 #051327 #052719

Monochromatic Colors of #052427

#052427

Complementary Color

#052427 #270805

#052427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052427 Color CSS Codes

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

#052427 Text Font Color

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

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


#052427 Background Color

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

This div background color is #052427


#052427 Border Color

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

This div border color is #052427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052427

#052427 Color Palettes


Comments

No comments written yet.

Please login to write comment.