Color Hex Logo

#5030ae Color Hex

#5030AE
(80,48,174)
0 Favorites   0 Comments

Color spaces of #5030ae

RGB 8048174
HSL0.710.570.44
HSV255°72°68°
CMYK 0.540.720.00   0.32
XYZ12.00526.875440.7387
Yxy6.87540.20140.1153
Hunter Lab26.221035.8390-73.7623
CIE-Lab31.521646.0347-62.1823

#5030ae color RGB value is (80,48,174).

#5030ae hex color red value is 80, green value is 48 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5030ae hue: 0.71 , saturation: 0.57 and the lightness value of 5030ae is 0.44.

The process color (four color CMYK) of #5030ae color hex is 0.54, 0.72, 0.00, 0.32. Web safe color of #5030ae is #663399. Color #5030ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110000 10101110
Octal 120 60 256
Decimal 80 48 174
Hex 50 30 AE

RGB Percentages of Color #5030ae

%26.49
%15.89
%57.62

CMYK Percentages of Color #5030ae

%54
%72
%0
%32

Triadic Colors of #5030ae

#5030ae #ae5030 #30ae50

Analogous Colors of #5030ae

#5030ae #8f30ae #304fae

Monochromatic Colors of #5030ae

#5030ae

Complementary Color

#5030ae #8eae30

#5030ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5030ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5030ae Color CSS Codes

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

#5030ae Text Font Color

<p style="color:#5030ae">Text here</p>

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


#5030ae Background Color

<div style="background-color:#5030ae">
Div content here</div>

This div background color is #5030ae


#5030ae Border Color

<div style="border:3px solid #5030ae">
Div here</div>

This div border color is #5030ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5030ae


Comments

No comments written yet.

Please login to write comment.