Color Hex Logo

#5028a5 Color Hex

#5028A5
(80,40,165)
0 Favorites   0 Comments

Color spaces of #5028a5

RGB 8040165
HSL0.720.610.40
HSV259°76°65°
CMYK 0.520.760.00   0.35
XYZ10.85865.939736.1715
Yxy5.93970.20500.1121
Hunter Lab24.371536.8797-70.9365
CIE-Lab29.259847.5282-60.4815

#5028a5 color RGB value is (80,40,165).

#5028a5 hex color red value is 80, green value is 40 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #5028a5 hue: 0.72 , saturation: 0.61 and the lightness value of 5028a5 is 0.40.

The process color (four color CMYK) of #5028a5 color hex is 0.52, 0.76, 0.00, 0.35. Web safe color of #5028a5 is #663399. Color #5028a5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101000 10100101
Octal 120 50 245
Decimal 80 40 165
Hex 50 28 A5

RGB Percentages of Color #5028a5

%28.07
%14.04
%57.89

CMYK Percentages of Color #5028a5

%52
%76
%0
%35

Triadic Colors of #5028a5

#5028a5 #a55028 #28a550

Analogous Colors of #5028a5

#5028a5 #8f28a5 #283fa5

Monochromatic Colors of #5028a5

#5028a5

Complementary Color

#5028a5 #7da528

#5028a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5028a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5028a5 Color CSS Codes

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

#5028a5 Text Font Color

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

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


#5028a5 Background Color

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

This div background color is #5028a5


#5028a5 Border Color

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

This div border color is #5028a5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,40,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5028a5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5028a5;
  -webkit-box-shadow: 1px 1px 3px 2px #5028a5;
  box-shadow:         1px 1px 3px 2px #5028a5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5028a5


Comments

No comments written yet.

Please login to write comment.