Color Hex Logo

#05021e Color Hex

#05021E
(5,2,30)
0 Favorites   0 Comments

Color spaces of #05021e

RGB 5230
HSL0.680.880.06
HSV246°93°12°
CMYK 0.830.930.00   0.88
XYZ0.31860.16941.2442
Yxy0.16940.18390.0978
Hunter Lab4.11586.6147-15.0421
CIE-Lab1.53026.4555-14.8233

#05021e color RGB value is (5,2,30).

#05021e hex color red value is 5, green value is 2 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #05021e hue: 0.68 , saturation: 0.88 and the lightness value of 05021e is 0.06.

The process color (four color CMYK) of #05021e color hex is 0.83, 0.93, 0.00, 0.88. Web safe color of #05021e is #000033. Color #05021e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000010 00011110
Octal 5 2 36
Decimal 5 2 30
Hex 5 2 1E

RGB Percentages of Color #05021e

%13.51
%5.41
%81.08

CMYK Percentages of Color #05021e

%83
%93
%0
%88

Triadic Colors of #05021e

#05021e #1e0502 #021e05

Analogous Colors of #05021e

#05021e #13021e #020d1e

Monochromatic Colors of #05021e

#05021e

Complementary Color

#05021e #1b1e02

#05021e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05021e Color Preview on White Background

Lorem ipsum dolor sit amet.

#05021e Color CSS Codes

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

#05021e Text Font Color

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

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


#05021e Background Color

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

This div background color is #05021e


#05021e Border Color

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

This div border color is #05021e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05021e


Comments

No comments written yet.

Please login to write comment.