Color Hex Logo

#502697 Color Hex

#502697
(80,38,151)
0 Favorites   0 Comments

Color spaces of #502697

RGB 8038151
HSL0.730.600.37
HSV262°75°59°
CMYK 0.470.750.00   0.41
XYZ9.58735.326129.8009
Yxy5.32610.21440.1191
Hunter Lab23.078333.7661-60.4059
CIE-Lab27.644344.6277-54.6045

#502697 color RGB value is (80,38,151).

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

The process color (four color CMYK) of #502697 color hex is 0.47, 0.75, 0.00, 0.41. Web safe color of #502697 is #663399. Color #502697 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100110 10010111
Octal 120 46 227
Decimal 80 38 151
Hex 50 26 97

RGB Percentages of Color #502697

%29.74
%14.13
%56.13

CMYK Percentages of Color #502697

%47
%75
%0
%41

Triadic Colors of #502697

#502697 #975026 #269750

Analogous Colors of #502697

#502697 #892697 #263497

Monochromatic Colors of #502697

#502697

Complementary Color

#502697 #6d9726

#502697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502697 Color CSS Codes

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

#502697 Text Font Color

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

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


#502697 Background Color

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

This div background color is #502697


#502697 Border Color

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

This div border color is #502697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502697


Comments

No comments written yet.

Please login to write comment.