Color Hex Logo

#502962 Color Hex

#502962
(80,41,98)
0 Favorites   0 Comments

Color spaces of #502962

RGB 804198
HSL0.780.410.27
HSV281°58°38°
CMYK 0.180.580.00   0.62
XYZ6.30584.173212.0284
Yxy4.17320.28020.1854
Hunter Lab20.428419.3493-20.6105
CIE-Lab24.236028.9816-26.5926

#502962 color RGB value is (80,41,98).

#502962 hex color red value is 80, green value is 41 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #502962 hue: 0.78 , saturation: 0.41 and the lightness value of 502962 is 0.27.

The process color (four color CMYK) of #502962 color hex is 0.18, 0.58, 0.00, 0.62. Web safe color of #502962 is #663366. Color #502962 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101001 01100010
Octal 120 51 142
Decimal 80 41 98
Hex 50 29 62

RGB Percentages of Color #502962

%36.53
%18.72
%44.75

CMYK Percentages of Color #502962

%18
%58
%0
%62

Triadic Colors of #502962

#502962 #625029 #296250

Analogous Colors of #502962

#502962 #622958 #342962

Monochromatic Colors of #502962

#502962

Complementary Color

#502962 #3b6229

#502962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502962 Color CSS Codes

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

#502962 Text Font Color

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

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


#502962 Background Color

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

This div background color is #502962


#502962 Border Color

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

This div border color is #502962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502962


Comments

No comments written yet.

Please login to write comment.