Color Hex Logo

#050612 Color Hex

#050612
(5,6,18)
0 Favorites   0 Comments

Color spaces of #050612

RGB 5618
HSL0.650.570.05
HSV235°72°
CMYK 0.720.670.00   0.93
XYZ0.23690.20620.5996
Yxy0.20620.22720.1978
Hunter Lab4.54091.3657-4.6502
CIE-Lab1.86261.6760-5.3650

#050612 color RGB value is (5,6,18).

#050612 hex color red value is 5, green value is 6 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #050612 hue: 0.65 , saturation: 0.57 and the lightness value of 050612 is 0.05.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000110 00010010
Octal 5 6 22
Decimal 5 6 18
Hex 5 6 12

RGB Percentages of Color #050612

%17.24
%20.69
%62.07

CMYK Percentages of Color #050612

%72
%67
%0
%93

Triadic Colors of #050612

#050612 #120506 #061205

Analogous Colors of #050612

#050612 #0b0512 #050d12

Monochromatic Colors of #050612

#050612

Complementary Color

#050612 #121105

#050612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050612 Color CSS Codes

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

#050612 Text Font Color

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

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


#050612 Background Color

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

This div background color is #050612


#050612 Border Color

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

This div border color is #050612


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,6,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 #050612">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050612


Comments

No comments written yet.

Please login to write comment.