Color Hex Logo

#4945ae Color Hex

#4945AE
(73,69,174)
0 Favorites   0 Comments

Color spaces of #4945ae

RGB 7369174
HSL0.670.430.48
HSV242°60°68°
CMYK 0.580.600.00   0.32
XYZ12.51588.728741.0696
Yxy8.72870.20090.1401
Hunter Lab29.544423.9148-61.7379
CIE-Lab35.456632.5806-55.7869

#4945ae color RGB value is (73,69,174).

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

The process color (four color CMYK) of #4945ae color hex is 0.58, 0.60, 0.00, 0.32. Web safe color of #4945ae is #333399. Color #4945ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000101 10101110
Octal 111 105 256
Decimal 73 69 174
Hex 49 45 AE

RGB Percentages of Color #4945ae

%23.10
%21.84
%55.06

CMYK Percentages of Color #4945ae

%58
%60
%0
%32

Triadic Colors of #4945ae

#4945ae #ae4945 #45ae49

Analogous Colors of #4945ae

#4945ae #7e45ae #4576ae

Monochromatic Colors of #4945ae

#4945ae

Complementary Color

#4945ae #aaae45

#4945ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4945ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4945ae Color CSS Codes

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

#4945ae Text Font Color

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

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


#4945ae Background Color

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

This div background color is #4945ae


#4945ae Border Color

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

This div border color is #4945ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4945ae


Comments

No comments written yet.

Please login to write comment.