Color Hex Logo

#05041b Color Hex

#05041B
(5,4,27)
0 Favorites   0 Comments

Color spaces of #05041b

RGB 5427
HSL0.670.740.06
HSV243°85°11°
CMYK 0.810.850.00   0.89
XYZ0.30380.19821.0592
Yxy0.19820.19460.1270
Hunter Lab4.45204.3898-10.9897
CIE-Lab1.79034.7279-12.0213

#05041b color RGB value is (5,4,27).

#05041b hex color red value is 5, green value is 4 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #05041b hue: 0.67 , saturation: 0.74 and the lightness value of 05041b is 0.06.

The process color (four color CMYK) of #05041b color hex is 0.81, 0.85, 0.00, 0.89. Web safe color of #05041b is #000033. Color #05041b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000100 00011011
Octal 5 4 33
Decimal 5 4 27
Hex 5 4 1B

RGB Percentages of Color #05041b

%13.89
%11.11
%75.00

CMYK Percentages of Color #05041b

%81
%85
%0
%89

Triadic Colors of #05041b

#05041b #1b0504 #041b05

Analogous Colors of #05041b

#05041b #11041b #040f1b

Monochromatic Colors of #05041b

#05041b

Complementary Color

#05041b #1a1b04

#05041b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05041b Color Preview on White Background

Lorem ipsum dolor sit amet.

#05041b Color CSS Codes

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

#05041b Text Font Color

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

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


#05041b Background Color

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

This div background color is #05041b


#05041b Border Color

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

This div border color is #05041b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05041b


Comments

No comments written yet.

Please login to write comment.