Color Hex Logo

#504aca Color Hex

#504ACA
(80,74,202)
0 Favorites   0 Comments

Color spaces of #504aca

RGB 8074202
HSL0.670.550.54
HSV243°63°79°
CMYK 0.600.630.00   0.21
XYZ16.417710.867357.1094
Yxy10.86730.19450.1288
Hunter Lab32.965631.2078-79.6378
CIE-Lab39.356139.8553-65.8504

#504aca color RGB value is (80,74,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001010 11001010
Octal 120 112 312
Decimal 80 74 202
Hex 50 4A CA

RGB Percentages of Color #504aca

%22.47
%20.79
%56.74

CMYK Percentages of Color #504aca

%60
%63
%0
%21

Triadic Colors of #504aca

#504aca #ca504a #4aca50

Analogous Colors of #504aca

#504aca #904aca #4a84ca

Monochromatic Colors of #504aca

#504aca

Complementary Color

#504aca #c4ca4a

#504aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#504aca Color CSS Codes

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

#504aca Text Font Color

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

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


#504aca Background Color

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

This div background color is #504aca


#504aca Border Color

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

This div border color is #504aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504aca


Comments

No comments written yet.

Please login to write comment.