Color Hex Logo

#504bae Color Hex

#504BAE
(80,75,174)
0 Favorites   0 Comments

Color spaces of #504bae

RGB 8075174
HSL0.680.400.49
HSV243°57°68°
CMYK 0.540.570.00   0.32
XYZ13.46439.793641.2251
Yxy9.79360.20880.1519
Hunter Lab31.294722.0324-56.1975
CIE-Lab37.469430.1748-52.4987

#504bae color RGB value is (80,75,174).

#504bae hex color red value is 80, green value is 75 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #504bae hue: 0.68 , saturation: 0.40 and the lightness value of 504bae is 0.49.

The process color (four color CMYK) of #504bae color hex is 0.54, 0.57, 0.00, 0.32. Web safe color of #504bae is #663399. Color #504bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001011 10101110
Octal 120 113 256
Decimal 80 75 174
Hex 50 4B AE

RGB Percentages of Color #504bae

%24.32
%22.80
%52.89

CMYK Percentages of Color #504bae

%54
%57
%0
%32

Triadic Colors of #504bae

#504bae #ae504b #4bae50

Analogous Colors of #504bae

#504bae #824bae #4b78ae

Monochromatic Colors of #504bae

#504bae

Complementary Color

#504bae #a9ae4b

#504bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#504bae Color CSS Codes

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

#504bae Text Font Color

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

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


#504bae Background Color

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

This div background color is #504bae


#504bae Border Color

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

This div border color is #504bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504bae


Comments

No comments written yet.

Please login to write comment.