Color Hex Logo

#05020a Color Hex

#05020A
(5,2,10)
0 Favorites   0 Comments

Color spaces of #05020a

RGB 5210
HSL0.730.670.02
HSV263°80°
CMYK 0.500.800.00   0.96
XYZ0.13910.09760.2987
Yxy0.09760.25980.1823
Hunter Lab3.12412.4805-3.4819
CIE-Lab0.88161.8980-2.7524

#05020a color RGB value is (5,2,10).

#05020a hex color red value is 5, green value is 2 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #05020a hue: 0.73 , saturation: 0.67 and the lightness value of 05020a is 0.02.

The process color (four color CMYK) of #05020a color hex is 0.50, 0.80, 0.00, 0.96. Web safe color of #05020a is #000000. Color #05020a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000010 00001010
Octal 5 2 12
Decimal 5 2 10
Hex 5 2 A

RGB Percentages of Color #05020a

%29.41
%11.76
%58.82

CMYK Percentages of Color #05020a

%50
%80
%0
%96

Triadic Colors of #05020a

#05020a #0a0502 #020a05

Analogous Colors of #05020a

#05020a #09020a #02030a

Monochromatic Colors of #05020a

#05020a

Complementary Color

#05020a #070a02

#05020a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05020a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05020a Color CSS Codes

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

#05020a Text Font Color

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

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


#05020a Background Color

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

This div background color is #05020a


#05020a Border Color

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

This div border color is #05020a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05020a


Comments

No comments written yet.

Please login to write comment.