Color Hex Logo

#4554ae Color Hex

#4554AE
(69,84,174)
0 Favorites   0 Comments

Color spaces of #4554ae

RGB 6984174
HSL0.640.430.48
HSV231°60°68°
CMYK 0.600.520.00   0.32
XYZ13.264510.661841.4032
Yxy10.66180.20300.1632
Hunter Lab32.652415.3709-52.3229
CIE-Lab39.004922.2606-50.0593

#4554ae color RGB value is (69,84,174).

#4554ae hex color red value is 69, green value is 84 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4554ae hue: 0.64 , saturation: 0.43 and the lightness value of 4554ae is 0.48.

The process color (four color CMYK) of #4554ae color hex is 0.60, 0.52, 0.00, 0.32. Web safe color of #4554ae is #336699. Color #4554ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01010100 10101110
Octal 105 124 256
Decimal 69 84 174
Hex 45 54 AE

RGB Percentages of Color #4554ae

%21.10
%25.69
%53.21

CMYK Percentages of Color #4554ae

%60
%52
%0
%32

Triadic Colors of #4554ae

#4554ae #ae4554 #54ae45

Analogous Colors of #4554ae

#4554ae #6b45ae #4589ae

Monochromatic Colors of #4554ae

#4554ae

Complementary Color

#4554ae #ae9f45

#4554ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4554ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4554ae Color CSS Codes

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

#4554ae Text Font Color

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

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


#4554ae Background Color

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

This div background color is #4554ae


#4554ae Border Color

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

This div border color is #4554ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4554ae


Comments

No comments written yet.

Please login to write comment.