Color Hex Logo

#502faf Color Hex

#502FAF
(80,47,175)
0 Favorites   0 Comments

Color spaces of #502faf

RGB 8047175
HSL0.710.580.44
HSV255°73°69°
CMYK 0.540.730.00   0.31
XYZ12.06266.833641.2407
Yxy6.83360.20060.1136
Hunter Lab26.141236.6202-75.2380
CIE-Lab31.425146.8498-62.9383

#502faf color RGB value is (80,47,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101111 10101111
Octal 120 57 257
Decimal 80 47 175
Hex 50 2F AF

RGB Percentages of Color #502faf

%26.49
%15.56
%57.95

CMYK Percentages of Color #502faf

%54
%73
%0
%31

Triadic Colors of #502faf

#502faf #af502f #2faf50

Analogous Colors of #502faf

#502faf #902faf #2f4eaf

Monochromatic Colors of #502faf

#502faf

Complementary Color

#502faf #8eaf2f

#502faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#502faf Color CSS Codes

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

#502faf Text Font Color

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

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


#502faf Background Color

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

This div background color is #502faf


#502faf Border Color

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

This div border color is #502faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,47,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 #502faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502faf


Comments

No comments written yet.

Please login to write comment.