Color Hex Logo

#502332 Color Hex

#502332
(80,35,50)
0 Favorites   0 Comments

Color spaces of #502332

RGB 803550
HSL0.940.390.23
HSV340°56°31°
CMYK 0.000.560.38   0.69
XYZ4.48503.13783.3869
Yxy3.13780.40740.2850
Hunter Lab17.713814.19551.0634
CIE-Lab20.587522.97570.1829

#502332 color RGB value is (80,35,50).

#502332 hex color red value is 80, green value is 35 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #502332 hue: 0.94 , saturation: 0.39 and the lightness value of 502332 is 0.23.

The process color (four color CMYK) of #502332 color hex is 0.00, 0.56, 0.38, 0.69. Web safe color of #502332 is #663333. Color #502332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100011 00110010
Octal 120 43 62
Decimal 80 35 50
Hex 50 23 32

RGB Percentages of Color #502332

%48.48
%21.21
%30.30

CMYK Percentages of Color #502332

%0
%56
%38
%69

Triadic Colors of #502332

#502332 #325023 #233250

Analogous Colors of #502332

#502332 #502b23 #502349

Monochromatic Colors of #502332

#502332

Complementary Color

#502332 #235041

#502332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502332 Color CSS Codes

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

#502332 Text Font Color

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

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


#502332 Background Color

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

This div background color is #502332


#502332 Border Color

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

This div border color is #502332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502332


Comments

No comments written yet.

Please login to write comment.