Color Hex Logo

#502399 Color Hex

#502399
(80,35,153)
0 Favorites   0 Comments

Color spaces of #502399

RGB 8035153
HSL0.730.630.37
HSV263°77°60°
CMYK 0.480.770.00   0.40
XYZ9.65915.207430.6330
Yxy5.20740.21230.1144
Hunter Lab22.819735.6207-63.6166
CIE-Lab27.317746.6153-56.3652

#502399 color RGB value is (80,35,153).

#502399 hex color red value is 80, green value is 35 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #502399 hue: 0.73 , saturation: 0.63 and the lightness value of 502399 is 0.37.

The process color (four color CMYK) of #502399 color hex is 0.48, 0.77, 0.00, 0.40. Web safe color of #502399 is #663399. Color #502399 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100011 10011001
Octal 120 43 231
Decimal 80 35 153
Hex 50 23 99

RGB Percentages of Color #502399

%29.85
%13.06
%57.09

CMYK Percentages of Color #502399

%48
%77
%0
%40

Triadic Colors of #502399

#502399 #995023 #239950

Analogous Colors of #502399

#502399 #8b2399 #233199

Monochromatic Colors of #502399

#502399

Complementary Color

#502399 #6c9923

#502399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502399 Color CSS Codes

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

#502399 Text Font Color

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

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


#502399 Background Color

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

This div background color is #502399


#502399 Border Color

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

This div border color is #502399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502399


Comments

No comments written yet.

Please login to write comment.