Color Hex Logo

#502ead Color Hex

#502EAD
(80,46,173)
0 Favorites   0 Comments

Color spaces of #502ead

RGB 8046173
HSL0.710.580.43
HSV256°73°68°
CMYK 0.540.730.00   0.32
XYZ11.82816.676640.2005
Yxy6.67660.20150.1137
Hunter Lab25.839136.4916-74.1560
CIE-Lab31.059046.7886-62.3423

#502ead color RGB value is (80,46,173).

#502ead hex color red value is 80, green value is 46 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #502ead hue: 0.71 , saturation: 0.58 and the lightness value of 502ead is 0.43.

The process color (four color CMYK) of #502ead color hex is 0.54, 0.73, 0.00, 0.32. Web safe color of #502ead is #663399. Color #502ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101110 10101101
Octal 120 56 255
Decimal 80 46 173
Hex 50 2E AD

RGB Percentages of Color #502ead

%26.76
%15.38
%57.86

CMYK Percentages of Color #502ead

%54
%73
%0
%32

Triadic Colors of #502ead

#502ead #ad502e #2ead50

Analogous Colors of #502ead

#502ead #902ead #2e4cad

Monochromatic Colors of #502ead

#502ead

Complementary Color

#502ead #8bad2e

#502ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#502ead Color CSS Codes

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

#502ead Text Font Color

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

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


#502ead Background Color

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

This div background color is #502ead


#502ead Border Color

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

This div border color is #502ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,46,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #502ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #502ead;
  -webkit-box-shadow: 1px 1px 3px 2px #502ead;
  box-shadow:         1px 1px 3px 2px #502ead; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502ead


Comments

No comments written yet.

Please login to write comment.