Color Hex Logo

#050513 Color Hex

#050513
(5,5,19)
0 Favorites   0 Comments

Color spaces of #050513

RGB 5519
HSL0.670.580.05
HSV240°74°
CMYK 0.740.740.00   0.93
XYZ0.23440.18780.6400
Yxy0.18780.22070.1768
Hunter Lab4.33362.0711-5.7226
CIE-Lab1.69642.2900-6.2294

#050513 color RGB value is (5,5,19).

#050513 hex color red value is 5, green value is 5 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #050513 hue: 0.67 , saturation: 0.58 and the lightness value of 050513 is 0.05.

The process color (four color CMYK) of #050513 color hex is 0.74, 0.74, 0.00, 0.93. Web safe color of #050513 is #000000. Color #050513 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000101 00010011
Octal 5 5 23
Decimal 5 5 19
Hex 5 5 13

RGB Percentages of Color #050513

%17.24
%17.24
%65.52

CMYK Percentages of Color #050513

%74
%74
%0
%93

Triadic Colors of #050513

#050513 #130505 #051305

Analogous Colors of #050513

#050513 #0c0513 #050c13

Monochromatic Colors of #050513

#050513

Complementary Color

#050513 #131305

#050513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050513 Color CSS Codes

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

#050513 Text Font Color

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

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


#050513 Background Color

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

This div background color is #050513


#050513 Border Color

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

This div border color is #050513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050513


Comments

No comments written yet.

Please login to write comment.