Color Hex Logo

#504adf Color Hex

#504ADF
(80,74,223)
0 Favorites   0 Comments

Color spaces of #504adf

RGB 8074223
HSL0.670.700.58
HSV242°67°87°
CMYK 0.640.670.00   0.13
XYZ19.076311.930771.1095
Yxy11.93070.18680.1168
Hunter Lab34.540838.1359-97.8822
CIE-Lab41.105846.5988-75.0630

#504adf color RGB value is (80,74,223).

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

The process color (four color CMYK) of #504adf color hex is 0.64, 0.67, 0.00, 0.13. Web safe color of #504adf is #6633cc. Color #504adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001010 11011111
Octal 120 112 337
Decimal 80 74 223
Hex 50 4A DF

RGB Percentages of Color #504adf

%21.22
%19.63
%59.15

CMYK Percentages of Color #504adf

%64
%67
%0
%13

Triadic Colors of #504adf

#504adf #df504a #4adf50

Analogous Colors of #504adf

#504adf #9b4adf #4a8fdf

Monochromatic Colors of #504adf

#504adf

Complementary Color

#504adf #d9df4a

#504adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#504adf Color CSS Codes

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

#504adf Text Font Color

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

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


#504adf Background Color

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

This div background color is #504adf


#504adf Border Color

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

This div border color is #504adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504adf


Comments

No comments written yet.

Please login to write comment.