Color Hex Logo

#502684 Color Hex

#502684
(80,38,132)
0 Favorites   0 Comments

Color spaces of #502684

RGB 8038132
HSL0.740.550.33
HSV267°71°52°
CMYK 0.390.710.00   0.48
XYZ8.16624.757622.3177
Yxy4.75760.23170.1350
Hunter Lab21.811928.6580-45.3965
CIE-Lab26.032739.4542-45.4514

#502684 color RGB value is (80,38,132).

#502684 hex color red value is 80, green value is 38 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #502684 hue: 0.74 , saturation: 0.55 and the lightness value of 502684 is 0.33.

The process color (four color CMYK) of #502684 color hex is 0.39, 0.71, 0.00, 0.48. Web safe color of #502684 is #663399. Color #502684 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100110 10000100
Octal 120 46 204
Decimal 80 38 132
Hex 50 26 84

RGB Percentages of Color #502684

%32.00
%15.20
%52.80

CMYK Percentages of Color #502684

%39
%71
%0
%48

Triadic Colors of #502684

#502684 #845026 #268450

Analogous Colors of #502684

#502684 #7f2684 #262b84

Monochromatic Colors of #502684

#502684

Complementary Color

#502684 #5a8426

#502684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502684 Color CSS Codes

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

#502684 Text Font Color

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

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


#502684 Background Color

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

This div background color is #502684


#502684 Border Color

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

This div border color is #502684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502684


Comments

No comments written yet.

Please login to write comment.