Color Hex Logo

#502eaf Color Hex

#502EAF
(80,46,175)
0 Favorites   0 Comments

Color spaces of #502eaf

RGB 8046175
HSL0.710.580.43
HSV256°74°69°
CMYK 0.540.740.00   0.31
XYZ12.02316.754641.2275
Yxy6.75460.20040.1126
Hunter Lab25.989637.0944-75.8594
CIE-Lab31.241647.3661-63.2391

#502eaf color RGB value is (80,46,175).

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

The process color (four color CMYK) of #502eaf color hex is 0.54, 0.74, 0.00, 0.31. Web safe color of #502eaf is #663399. Color #502eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101110 10101111
Octal 120 56 257
Decimal 80 46 175
Hex 50 2E AF

RGB Percentages of Color #502eaf

%26.58
%15.28
%58.14

CMYK Percentages of Color #502eaf

%54
%74
%0
%31

Triadic Colors of #502eaf

#502eaf #af502e #2eaf50

Analogous Colors of #502eaf

#502eaf #912eaf #2e4daf

Monochromatic Colors of #502eaf

#502eaf

Complementary Color

#502eaf #8daf2e

#502eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#502eaf Color CSS Codes

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

#502eaf Text Font Color

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

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


#502eaf Background Color

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

This div background color is #502eaf


#502eaf Border Color

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

This div border color is #502eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502eaf


Comments

No comments written yet.

Please login to write comment.