Color Hex Logo

#5001ae Color Hex

#5001AE
(80,1,174)
0 Favorites   0 Comments

Color spaces of #5001ae

RGB 801174
HSL0.740.990.34
HSV267°99°68°
CMYK 0.540.990.00   0.32
XYZ10.95914.783240.3900
Yxy4.78320.19520.0852
Hunter Lab21.870551.1711-94.1861
CIE-Lab26.108061.8600-71.1038

#5001ae color RGB value is (80,1,174).

#5001ae hex color red value is 80, green value is 1 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5001ae hue: 0.74 , saturation: 0.99 and the lightness value of 5001ae is 0.34.

The process color (four color CMYK) of #5001ae color hex is 0.54, 0.99, 0.00, 0.32. Web safe color of #5001ae is #660099. Color #5001ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000001 10101110
Octal 120 1 256
Decimal 80 1 174
Hex 50 1 AE

RGB Percentages of Color #5001ae

%31.37
%0.39
%68.24

CMYK Percentages of Color #5001ae

%54
%99
%0
%32

Triadic Colors of #5001ae

#5001ae #ae5001 #01ae50

Analogous Colors of #5001ae

#5001ae #a701ae #0109ae

Monochromatic Colors of #5001ae

#5001ae

Complementary Color

#5001ae #5fae01

#5001ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5001ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5001ae Color CSS Codes

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

#5001ae Text Font Color

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

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


#5001ae Background Color

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

This div background color is #5001ae


#5001ae Border Color

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

This div border color is #5001ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5001ae


Comments

No comments written yet.

Please login to write comment.