Color Hex Logo

#504ada Color Hex

#504ADA
(80,74,218)
0 Favorites   0 Comments

Color spaces of #504ada

RGB 8074218
HSL0.670.660.57
HSV243°66°85°
CMYK 0.630.660.00   0.15
XYZ18.411911.665067.6108
Yxy11.66500.18850.1194
Hunter Lab34.154136.4568-93.4616
CIE-Lab40.678745.0010-72.9055

#504ada color RGB value is (80,74,218).

#504ada hex color red value is 80, green value is 74 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #504ada hue: 0.67 , saturation: 0.66 and the lightness value of 504ada is 0.57.

The process color (four color CMYK) of #504ada color hex is 0.63, 0.66, 0.00, 0.15. Web safe color of #504ada is #6633cc. Color #504ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001010 11011010
Octal 120 112 332
Decimal 80 74 218
Hex 50 4A DA

RGB Percentages of Color #504ada

%21.51
%19.89
%58.60

CMYK Percentages of Color #504ada

%63
%66
%0
%15

Triadic Colors of #504ada

#504ada #da504a #4ada50

Analogous Colors of #504ada

#504ada #984ada #4a8cda

Monochromatic Colors of #504ada

#504ada

Complementary Color

#504ada #d4da4a

#504ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#504ada Color CSS Codes

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

#504ada Text Font Color

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

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


#504ada Background Color

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

This div background color is #504ada


#504ada Border Color

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

This div border color is #504ada


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,74,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #504ada; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #504ada;
  -webkit-box-shadow: 1px 1px 3px 2px #504ada;
  box-shadow:         1px 1px 3px 2px #504ada; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504ada


Comments

No comments written yet.

Please login to write comment.