Color Hex Logo

#5026ad Color Hex

#5026AD
(80,38,173)
0 Favorites   0 Comments

Color spaces of #5026ad

RGB 8038173
HSL0.720.640.41
HSV259°78°68°
CMYK 0.540.780.00   0.32
XYZ11.54426.108840.1058
Yxy6.10880.19990.1058
Hunter Lab24.716040.1198-78.9067
CIE-Lab29.685350.6964-64.5981

#5026ad color RGB value is (80,38,173).

#5026ad hex color red value is 80, green value is 38 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5026ad hue: 0.72 , saturation: 0.64 and the lightness value of 5026ad is 0.41.

The process color (four color CMYK) of #5026ad color hex is 0.54, 0.78, 0.00, 0.32. Web safe color of #5026ad is #663399. Color #5026ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100110 10101101
Octal 120 46 255
Decimal 80 38 173
Hex 50 26 AD

RGB Percentages of Color #5026ad

%27.49
%13.06
%59.45

CMYK Percentages of Color #5026ad

%54
%78
%0
%32

Triadic Colors of #5026ad

#5026ad #ad5026 #26ad50

Analogous Colors of #5026ad

#5026ad #9426ad #263fad

Monochromatic Colors of #5026ad

#5026ad

Complementary Color

#5026ad #83ad26

#5026ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5026ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5026ad Color CSS Codes

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

#5026ad Text Font Color

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

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


#5026ad Background Color

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

This div background color is #5026ad


#5026ad Border Color

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

This div border color is #5026ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5026ad

#5026ad Color Palettes


Comments

No comments written yet.

Please login to write comment.