Color Hex Logo

#502241 Color Hex

#502241
(80,34,65)
0 Favorites   0 Comments

Color spaces of #502241

RGB 803465
HSL0.890.400.22
HSV320°58°31°
CMYK 0.000.580.19   0.69
XYZ4.83443.23125.3699
Yxy3.23120.35980.2405
Hunter Lab17.975516.5492-5.1290
CIE-Lab20.947026.0013-9.6424

#502241 color RGB value is (80,34,65).

#502241 hex color red value is 80, green value is 34 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #502241 hue: 0.89 , saturation: 0.40 and the lightness value of 502241 is 0.22.

The process color (four color CMYK) of #502241 color hex is 0.00, 0.58, 0.19, 0.69. Web safe color of #502241 is #663333. Color #502241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100010 01000001
Octal 120 42 101
Decimal 80 34 65
Hex 50 22 41

RGB Percentages of Color #502241

%44.69
%18.99
%36.31

CMYK Percentages of Color #502241

%0
%58
%19
%69

Triadic Colors of #502241

#502241 #415022 #224150

Analogous Colors of #502241

#502241 #50222a #482250

Monochromatic Colors of #502241

#502241

Complementary Color

#502241 #225031

#502241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502241 Color CSS Codes

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

#502241 Text Font Color

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

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


#502241 Background Color

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

This div background color is #502241


#502241 Border Color

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

This div border color is #502241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502241


Comments

No comments written yet.

Please login to write comment.