Color Hex Logo

#510343 Color Hex

#510343
(81,3,67)
0 Favorites   0 Comments

Color spaces of #510343

RGB 81367
HSL0.860.930.16
HSV311°96°32°
CMYK 0.000.960.17   0.68
XYZ4.43902.21975.5047
Yxy2.21970.36490.1825
Hunter Lab14.898727.1108-11.4772
CIE-Lab16.600439.5418-17.7452

#510343 color RGB value is (81,3,67).

#510343 hex color red value is 81, green value is 3 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #510343 hue: 0.86 , saturation: 0.93 and the lightness value of 510343 is 0.16.

The process color (four color CMYK) of #510343 color hex is 0.00, 0.96, 0.17, 0.68. Web safe color of #510343 is #660033. Color #510343 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000011 01000011
Octal 121 3 103
Decimal 81 3 67
Hex 51 3 43

RGB Percentages of Color #510343

%53.64
%1.99
%44.37

CMYK Percentages of Color #510343

%0
%96
%17
%68

Triadic Colors of #510343

#510343 #435103 #034351

Analogous Colors of #510343

#510343 #51031c #380351

Monochromatic Colors of #510343

#510343

Complementary Color

#510343 #035111

#510343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510343 Color CSS Codes

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

#510343 Text Font Color

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

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


#510343 Background Color

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

This div background color is #510343


#510343 Border Color

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

This div border color is #510343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510343


Comments

No comments written yet.

Please login to write comment.