Color Hex Logo

#50153f Color Hex

#50153F
(80,21,63)
0 Favorites   0 Comments

Color spaces of #50153f

RGB 802163
HSL0.880.580.20
HSV317°74°31°
CMYK 0.000.740.21   0.69
XYZ4.47362.60074.9688
Yxy2.60070.37150.2159
Hunter Lab16.126721.2948-6.9792
CIE-Lab18.368032.3892-12.2153

#50153f color RGB value is (80,21,63).

#50153f hex color red value is 80, green value is 21 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #50153f hue: 0.88 , saturation: 0.58 and the lightness value of 50153f is 0.20.

The process color (four color CMYK) of #50153f color hex is 0.00, 0.74, 0.21, 0.69. Web safe color of #50153f is #660033. Color #50153f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010101 00111111
Octal 120 25 77
Decimal 80 21 63
Hex 50 15 3F

RGB Percentages of Color #50153f

%48.78
%12.80
%38.41

CMYK Percentages of Color #50153f

%0
%74
%21
%69

Triadic Colors of #50153f

#50153f #3f5015 #153f50

Analogous Colors of #50153f

#50153f #501522 #441550

Monochromatic Colors of #50153f

#50153f

Complementary Color

#50153f #155026

#50153f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50153f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50153f Color CSS Codes

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

#50153f Text Font Color

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

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


#50153f Background Color

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

This div background color is #50153f


#50153f Border Color

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

This div border color is #50153f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50153f


Comments

No comments written yet.

Please login to write comment.