Color Hex Logo

#510415 Color Hex

#510415
(81,4,21)
0 Favorites   0 Comments

Color spaces of #510415

RGB 81421
HSL0.960.910.17
HSV347°95°32°
CMYK 0.000.950.74   0.68
XYZ3.57211.89030.8861
Yxy1.89030.56270.2978
Hunter Lab13.748822.31595.8030
CIE-Lab14.900734.288213.0166

#510415 color RGB value is (81,4,21).

#510415 hex color red value is 81, green value is 4 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #510415 hue: 0.96 , saturation: 0.91 and the lightness value of 510415 is 0.17.

The process color (four color CMYK) of #510415 color hex is 0.00, 0.95, 0.74, 0.68. Web safe color of #510415 is #660000. Color #510415 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000100 00010101
Octal 121 4 25
Decimal 81 4 21
Hex 51 4 15

RGB Percentages of Color #510415

%76.42
%3.77
%19.81

CMYK Percentages of Color #510415

%0
%95
%74
%68

Triadic Colors of #510415

#510415 #155104 #041551

Analogous Colors of #510415

#510415 #511a04 #51043b

Monochromatic Colors of #510415

#510415

Complementary Color

#510415 #045140

#510415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510415 Color CSS Codes

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

#510415 Text Font Color

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

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


#510415 Background Color

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

This div background color is #510415


#510415 Border Color

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

This div border color is #510415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510415


Comments

No comments written yet.

Please login to write comment.