Color Hex Logo

#0504ae Color Hex

#0504AE
(5,4,174)
0 Favorites   0 Comments

Color spaces of #0504ae

RGB 54174
HSL0.670.960.35
HSV240°98°68°
CMYK 0.970.980.00   0.32
XYZ7.74603.175140.2490
Yxy3.17510.15140.0620
Hunter Lab17.818846.4127-121.4507
CIE-Lab20.731958.4513-80.2054

#0504ae color RGB value is (5,4,174).

#0504ae hex color red value is 5, green value is 4 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0504ae hue: 0.67 , saturation: 0.96 and the lightness value of 0504ae is 0.35.

The process color (four color CMYK) of #0504ae color hex is 0.97, 0.98, 0.00, 0.32. Web safe color of #0504ae is #000099. Color #0504ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000100 10101110
Octal 5 4 256
Decimal 5 4 174
Hex 5 4 AE

RGB Percentages of Color #0504ae

%2.73
%2.19
%95.08

CMYK Percentages of Color #0504ae

%97
%98
%0
%32

Triadic Colors of #0504ae

#0504ae #ae0504 #04ae05

Analogous Colors of #0504ae

#0504ae #5a04ae #0458ae

Monochromatic Colors of #0504ae

#0504ae

Complementary Color

#0504ae #adae04

#0504ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0504ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0504ae Color CSS Codes

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

#0504ae Text Font Color

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

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


#0504ae Background Color

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

This div background color is #0504ae


#0504ae Border Color

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

This div border color is #0504ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0504ae


Comments

No comments written yet.

Please login to write comment.