Color Hex Logo

#050312 Color Hex

#050312
(5,3,18)
0 Favorites   0 Comments

Color spaces of #050312

RGB 5318
HSL0.690.710.04
HSV248°83°
CMYK 0.720.830.00   0.93
XYZ0.20430.14110.5887
Yxy0.14110.21870.1511
Hunter Lab3.75633.1347-6.6626
CIE-Lab1.27452.8752-6.2229

#050312 color RGB value is (5,3,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000011 00010010
Octal 5 3 22
Decimal 5 3 18
Hex 5 3 12

RGB Percentages of Color #050312

%19.23
%11.54
%69.23

CMYK Percentages of Color #050312

%72
%83
%0
%93

Triadic Colors of #050312

#050312 #120503 #031205

Analogous Colors of #050312

#050312 #0d0312 #030912

Monochromatic Colors of #050312

#050312

Complementary Color

#050312 #101203

#050312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050312 Color CSS Codes

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

#050312 Text Font Color

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

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


#050312 Background Color

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

This div background color is #050312


#050312 Border Color

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

This div border color is #050312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050312


Comments

No comments written yet.

Please login to write comment.