Color Hex Logo

#4842ae Color Hex

#4842AE
(72,66,174)
0 Favorites   0 Comments

Color spaces of #4842ae

RGB 7266174
HSL0.680.450.47
HSV243°62°68°
CMYK 0.590.620.00   0.32
XYZ12.26078.330141.0061
Yxy8.33010.19900.1352
Hunter Lab28.861925.3194-64.0340
CIE-Lab34.661134.2694-57.0839

#4842ae color RGB value is (72,66,174).

#4842ae hex color red value is 72, green value is 66 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4842ae hue: 0.68 , saturation: 0.45 and the lightness value of 4842ae is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000010 10101110
Octal 110 102 256
Decimal 72 66 174
Hex 48 42 AE

RGB Percentages of Color #4842ae

%23.08
%21.15
%55.77

CMYK Percentages of Color #4842ae

%59
%62
%0
%32

Triadic Colors of #4842ae

#4842ae #ae4842 #42ae48

Analogous Colors of #4842ae

#4842ae #7e42ae #4272ae

Monochromatic Colors of #4842ae

#4842ae

Complementary Color

#4842ae #a8ae42

#4842ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4842ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4842ae Color CSS Codes

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

#4842ae Text Font Color

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

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


#4842ae Background Color

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

This div background color is #4842ae


#4842ae Border Color

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

This div border color is #4842ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4842ae


Comments

No comments written yet.

Please login to write comment.