Color Hex Logo

#050311 Color Hex

#050311
(5,3,17)
0 Favorites   0 Comments

Color spaces of #050311

RGB 5317
HSL0.690.700.04
HSV249°82°
CMYK 0.710.820.00   0.93
XYZ0.19630.13790.5466
Yxy0.13790.22290.1566
Hunter Lab3.71352.9371-6.1276
CIE-Lab1.24562.6721-5.6706

#050311 color RGB value is (5,3,17).

#050311 hex color red value is 5, green value is 3 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #050311 hue: 0.69 , saturation: 0.70 and the lightness value of 050311 is 0.04.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000011 00010001
Octal 5 3 21
Decimal 5 3 17
Hex 5 3 11

RGB Percentages of Color #050311

%20.00
%12.00
%68.00

CMYK Percentages of Color #050311

%71
%82
%0
%93

Triadic Colors of #050311

#050311 #110503 #031105

Analogous Colors of #050311

#050311 #0c0311 #030811

Monochromatic Colors of #050311

#050311

Complementary Color

#050311 #0f1103

#050311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050311 Color CSS Codes

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

#050311 Text Font Color

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

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


#050311 Background Color

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

This div background color is #050311


#050311 Border Color

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

This div border color is #050311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050311


Comments

No comments written yet.

Please login to write comment.