Color Hex Logo

#504dda Color Hex

#504DDA
(80,77,218)
0 Favorites   0 Comments

Color spaces of #504dda

RGB 8077218
HSL0.670.660.58
HSV241°65°85°
CMYK 0.630.650.00   0.15
XYZ18.617012.075267.6792
Yxy12.07520.18930.1228
Hunter Lab34.749434.8200-91.1508
CIE-Lab41.335443.2405-71.8308

#504dda color RGB value is (80,77,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001101 11011010
Octal 120 115 332
Decimal 80 77 218
Hex 50 4D DA

RGB Percentages of Color #504dda

%21.33
%20.53
%58.13

CMYK Percentages of Color #504dda

%63
%65
%0
%15

Triadic Colors of #504dda

#504dda #da504d #4dda50

Analogous Colors of #504dda

#504dda #974dda #4d91da

Monochromatic Colors of #504dda

#504dda

Complementary Color

#504dda #d7da4d

#504dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#504dda Color CSS Codes

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

#504dda Text Font Color

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

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


#504dda Background Color

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

This div background color is #504dda


#504dda Border Color

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

This div border color is #504dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,77,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 #504dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504dda


Comments

No comments written yet.

Please login to write comment.