Color Hex Logo

#4847ae Color Hex

#4847AE
(72,71,174)
0 Favorites   0 Comments

Color spaces of #4847ae

RGB 7271174
HSL0.670.420.48
HSV241°59°68°
CMYK 0.590.590.00   0.32
XYZ12.56578.940241.1077
Yxy8.94020.20070.1428
Hunter Lab29.900222.6903-60.5837
CIE-Lab35.868931.1411-55.1207

#4847ae color RGB value is (72,71,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000111 10101110
Octal 110 107 256
Decimal 72 71 174
Hex 48 47 AE

RGB Percentages of Color #4847ae

%22.71
%22.40
%54.89

CMYK Percentages of Color #4847ae

%59
%59
%0
%32

Triadic Colors of #4847ae

#4847ae #ae4847 #47ae48

Analogous Colors of #4847ae

#4847ae #7c47ae #477aae

Monochromatic Colors of #4847ae

#4847ae

Complementary Color

#4847ae #adae47

#4847ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4847ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4847ae Color CSS Codes

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

#4847ae Text Font Color

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

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


#4847ae Background Color

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

This div background color is #4847ae


#4847ae Border Color

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

This div border color is #4847ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4847ae


Comments

No comments written yet.

Please login to write comment.