Color Hex Logo

#05212f Color Hex

#05212F
(5,33,47)
0 Favorites   0 Comments

Color spaces of #05212f

RGB 53347
HSL0.560.810.10
HSV200°89°18°
CMYK 0.890.300.00   0.82
XYZ1.11951.32522.8861
Yxy1.32520.21000.2486
Hunter Lab11.5117-2.7867-6.8063
CIE-Lab11.4506-4.5592-12.3035

#05212f color RGB value is (5,33,47).

#05212f hex color red value is 5, green value is 33 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #05212f hue: 0.56 , saturation: 0.81 and the lightness value of 05212f is 0.10.

The process color (four color CMYK) of #05212f color hex is 0.89, 0.30, 0.00, 0.82. Web safe color of #05212f is #003333. Color #05212f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100001 00101111
Octal 5 41 57
Decimal 5 33 47
Hex 5 21 2F

RGB Percentages of Color #05212f

%5.88
%38.82
%55.29

CMYK Percentages of Color #05212f

%89
%30
%0
%82

Triadic Colors of #05212f

#05212f #2f0521 #212f05

Analogous Colors of #05212f

#05212f #050c2f #052f28

Monochromatic Colors of #05212f

#05212f

Complementary Color

#05212f #2f1305

#05212f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05212f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05212f Color CSS Codes

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

#05212f Text Font Color

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

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


#05212f Background Color

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

This div background color is #05212f


#05212f Border Color

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

This div border color is #05212f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05212f


Comments

No comments written yet.

Please login to write comment.