Color Hex Logo

#504bda Color Hex

#504BDA
(80,75,218)
0 Favorites   0 Comments

Color spaces of #504bda

RGB 8075218
HSL0.670.660.57
HSV242°66°85°
CMYK 0.630.660.00   0.15
XYZ18.479211.799667.6333
Yxy11.79960.18870.1205
Hunter Lab34.350535.9123-92.6916
CIE-Lab40.895844.4170-72.5500

#504bda color RGB value is (80,75,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001011 11011010
Octal 120 113 332
Decimal 80 75 218
Hex 50 4B DA

RGB Percentages of Color #504bda

%21.45
%20.11
%58.45

CMYK Percentages of Color #504bda

%63
%66
%0
%15

Triadic Colors of #504bda

#504bda #da504b #4bda50

Analogous Colors of #504bda

#504bda #984bda #4b8eda

Monochromatic Colors of #504bda

#504bda

Complementary Color

#504bda #d5da4b

#504bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#504bda Color CSS Codes

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

#504bda Text Font Color

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

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


#504bda Background Color

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

This div background color is #504bda


#504bda Border Color

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

This div border color is #504bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504bda


Comments

No comments written yet.

Please login to write comment.