Color Hex Logo

#05051f Color Hex

#05051F
(5,5,31)
0 Favorites   0 Comments

Color spaces of #05051f

RGB 5531
HSL0.670.720.07
HSV240°84°12°
CMYK 0.840.840.00   0.88
XYZ0.36420.23971.3234
Yxy0.23970.18900.1244
Hunter Lab4.89594.7105-12.5994
CIE-Lab2.16525.5863-14.6647

#05051f color RGB value is (5,5,31).

#05051f hex color red value is 5, green value is 5 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #05051f hue: 0.67 , saturation: 0.72 and the lightness value of 05051f is 0.07.

The process color (four color CMYK) of #05051f color hex is 0.84, 0.84, 0.00, 0.88. Web safe color of #05051f is #000033. Color #05051f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000101 00011111
Octal 5 5 37
Decimal 5 5 31
Hex 5 5 1F

RGB Percentages of Color #05051f

%12.20
%12.20
%75.61

CMYK Percentages of Color #05051f

%84
%84
%0
%88

Triadic Colors of #05051f

#05051f #1f0505 #051f05

Analogous Colors of #05051f

#05051f #12051f #05121f

Monochromatic Colors of #05051f

#05051f

Complementary Color

#05051f #1f1f05

#05051f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05051f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05051f Color CSS Codes

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

#05051f Text Font Color

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

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


#05051f Background Color

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

This div background color is #05051f


#05051f Border Color

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

This div border color is #05051f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05051f


Comments

No comments written yet.

Please login to write comment.