Color Hex Logo

#500938 Color Hex

#500938
(80,9,56)
0 Favorites   0 Comments

Color spaces of #500938

RGB 80956
HSL0.890.800.17
HSV320°89°31°
CMYK 0.000.890.30   0.69
XYZ4.11982.18643.9463
Yxy2.18640.40180.2133
Hunter Lab14.786523.8572-5.4731
CIE-Lab16.436535.8243-10.2620

#500938 color RGB value is (80,9,56).

#500938 hex color red value is 80, green value is 9 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #500938 hue: 0.89 , saturation: 0.80 and the lightness value of 500938 is 0.17.

The process color (four color CMYK) of #500938 color hex is 0.00, 0.89, 0.30, 0.69. Web safe color of #500938 is #660033. Color #500938 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001001 00111000
Octal 120 11 70
Decimal 80 9 56
Hex 50 9 38

RGB Percentages of Color #500938

%55.17
%6.21
%38.62

CMYK Percentages of Color #500938

%0
%89
%30
%69

Triadic Colors of #500938

#500938 #385009 #093850

Analogous Colors of #500938

#500938 #500914 #450950

Monochromatic Colors of #500938

#500938

Complementary Color

#500938 #095021

#500938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500938 Color CSS Codes

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

#500938 Text Font Color

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

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


#500938 Background Color

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

This div background color is #500938


#500938 Border Color

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

This div border color is #500938


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,9,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #500938; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #500938;
  -webkit-box-shadow: 1px 1px 3px 2px #500938;
  box-shadow:         1px 1px 3px 2px #500938; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500938


Comments

No comments written yet.

Please login to write comment.