Color Hex Logo

#504abc Color Hex

#504ABC
(80,74,188)
0 Favorites   0 Comments

Color spaces of #504abc

RGB 8074188
HSL0.680.460.51
HSV243°61°74°
CMYK 0.570.610.00   0.26
XYZ14.834110.233948.7704
Yxy10.23390.20090.1386
Hunter Lab31.990526.7878-67.9960
CIE-Lab38.259035.3266-59.4749

#504abc color RGB value is (80,74,188).

#504abc hex color red value is 80, green value is 74 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #504abc hue: 0.68 , saturation: 0.46 and the lightness value of 504abc is 0.51.

The process color (four color CMYK) of #504abc color hex is 0.57, 0.61, 0.00, 0.26. Web safe color of #504abc is #6633cc. Color #504abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001010 10111100
Octal 120 112 274
Decimal 80 74 188
Hex 50 4A BC

RGB Percentages of Color #504abc

%23.39
%21.64
%54.97

CMYK Percentages of Color #504abc

%57
%61
%0
%26

Triadic Colors of #504abc

#504abc #bc504a #4abc50

Analogous Colors of #504abc

#504abc #894abc #4a7dbc

Monochromatic Colors of #504abc

#504abc

Complementary Color

#504abc #b6bc4a

#504abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#504abc Color CSS Codes

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

#504abc Text Font Color

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

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


#504abc Background Color

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

This div background color is #504abc


#504abc Border Color

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

This div border color is #504abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504abc


Comments

No comments written yet.

Please login to write comment.