Color Hex Logo

#510012 Color Hex

#510012
(81,0,18)
0 Favorites   0 Comments

Color spaces of #510012

RGB 81018
HSL0.961.000.16
HSV347°100°32°
CMYK 0.001.000.78   0.68
XYZ3.50251.79300.7337
Yxy1.79300.58090.2974
Hunter Lab13.390323.25726.1245
CIE-Lab14.361135.518914.2662

#510012 color RGB value is (81,0,18).

#510012 hex color red value is 81, green value is 0 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #510012 hue: 0.96 , saturation: 1.00 and the lightness value of 510012 is 0.16.

The process color (four color CMYK) of #510012 color hex is 0.00, 1.00, 0.78, 0.68. Web safe color of #510012 is #660000. Color #510012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000000 00010010
Octal 121 0 22
Decimal 81 0 18
Hex 51 0 12

RGB Percentages of Color #510012

%81.82
%0.00
%18.18

CMYK Percentages of Color #510012

%0
%100
%78
%68

Triadic Colors of #510012

#510012 #125100 #001251

Analogous Colors of #510012

#510012 #511600 #51003b

Monochromatic Colors of #510012

#510012

Complementary Color

#510012 #00513f

#510012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510012 Color CSS Codes

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

#510012 Text Font Color

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

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


#510012 Background Color

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

This div background color is #510012


#510012 Border Color

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

This div border color is #510012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510012


Comments

No comments written yet.

Please login to write comment.