Color Hex Logo

#510427 Color Hex

#510427
(81,4,39)
0 Favorites   0 Comments

Color spaces of #510427

RGB 81439
HSL0.920.910.17
HSV333°95°32°
CMYK 0.000.950.52   0.68
XYZ3.80301.98262.1017
Yxy1.98260.48220.2514
Hunter Lab14.080523.57021.0065
CIE-Lab15.395735.68820.4808

#510427 color RGB value is (81,4,39).

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

The process color (four color CMYK) of #510427 color hex is 0.00, 0.95, 0.52, 0.68. Web safe color of #510427 is #660033. Color #510427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000100 00100111
Octal 121 4 47
Decimal 81 4 39
Hex 51 4 27

RGB Percentages of Color #510427

%65.32
%3.23
%31.45

CMYK Percentages of Color #510427

%0
%95
%52
%68

Triadic Colors of #510427

#510427 #275104 #042751

Analogous Colors of #510427

#510427 #510704 #51044e

Monochromatic Colors of #510427

#510427

Complementary Color

#510427 #04512e

#510427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510427 Color CSS Codes

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

#510427 Text Font Color

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

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


#510427 Background Color

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

This div background color is #510427


#510427 Border Color

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

This div border color is #510427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510427


Comments

No comments written yet.

Please login to write comment.