Color Hex Logo

#50375c Color Hex

#50375C
(80,55,92)
0 Favorites   0 Comments

Color spaces of #50375c

RGB 805592
HSL0.780.250.29
HSV281°40°36°
CMYK 0.130.400.00   0.64
XYZ6.60625.210610.7828
Yxy5.21060.29230.2306
Hunter Lab22.826711.7122-12.0284
CIE-Lab27.326518.8247-17.8301

#50375c color RGB value is (80,55,92).

#50375c hex color red value is 80, green value is 55 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #50375c hue: 0.78 , saturation: 0.25 and the lightness value of 50375c is 0.29.

The process color (four color CMYK) of #50375c color hex is 0.13, 0.40, 0.00, 0.64. Web safe color of #50375c is #663366. Color #50375c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110111 01011100
Octal 120 67 134
Decimal 80 55 92
Hex 50 37 5C

RGB Percentages of Color #50375c

%35.24
%24.23
%40.53

CMYK Percentages of Color #50375c

%13
%40
%0
%64

Triadic Colors of #50375c

#50375c #5c5037 #375c50

Analogous Colors of #50375c

#50375c #5c3756 #3e375c

Monochromatic Colors of #50375c

#50375c

Complementary Color

#50375c #435c37

#50375c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50375c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50375c Color CSS Codes

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

#50375c Text Font Color

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

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


#50375c Background Color

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

This div background color is #50375c


#50375c Border Color

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

This div border color is #50375c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,55,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50375c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50375c;
  -webkit-box-shadow: 1px 1px 3px 2px #50375c;
  box-shadow:         1px 1px 3px 2px #50375c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50375c


Comments

No comments written yet.

Please login to write comment.