Color Hex Logo

#50022f Color Hex

#50022F
(80,2,47)
0 Favorites   0 Comments

Color spaces of #50022f

RGB 80247
HSL0.900.950.16
HSV325°98°31°
CMYK 0.000.980.41   0.69
XYZ3.84311.95412.8640
Yxy1.95410.44370.2256
Hunter Lab13.978924.6103-2.3621
CIE-Lab15.244536.9388-5.6097

#50022f color RGB value is (80,2,47).

#50022f hex color red value is 80, green value is 2 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #50022f hue: 0.90 , saturation: 0.95 and the lightness value of 50022f is 0.16.

The process color (four color CMYK) of #50022f color hex is 0.00, 0.98, 0.41, 0.69. Web safe color of #50022f is #660033. Color #50022f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000010 00101111
Octal 120 2 57
Decimal 80 2 47
Hex 50 2 2F

RGB Percentages of Color #50022f

%62.02
%1.55
%36.43

CMYK Percentages of Color #50022f

%0
%98
%41
%69

Triadic Colors of #50022f

#50022f #2f5002 #022f50

Analogous Colors of #50022f

#50022f #500208 #4a0250

Monochromatic Colors of #50022f

#50022f

Complementary Color

#50022f #025023

#50022f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50022f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50022f Color CSS Codes

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

#50022f Text Font Color

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

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


#50022f Background Color

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

This div background color is #50022f


#50022f Border Color

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

This div border color is #50022f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50022f


Comments

No comments written yet.

Please login to write comment.