Color Hex Logo

#4834ae Color Hex

#4834AE
(72,52,174)
0 Favorites   0 Comments

Color spaces of #4834ae

RGB 7252174
HSL0.690.540.44
HSV250°70°68°
CMYK 0.590.700.00   0.32
XYZ11.54056.889740.7660
Yxy6.88970.19500.1164
Hunter Lab26.248232.5463-73.7092
CIE-Lab31.554542.6132-62.1578

#4834ae color RGB value is (72,52,174).

#4834ae hex color red value is 72, green value is 52 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4834ae hue: 0.69 , saturation: 0.54 and the lightness value of 4834ae is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110100 10101110
Octal 110 64 256
Decimal 72 52 174
Hex 48 34 AE

RGB Percentages of Color #4834ae

%24.16
%17.45
%58.39

CMYK Percentages of Color #4834ae

%59
%70
%0
%32

Triadic Colors of #4834ae

#4834ae #ae4834 #34ae48

Analogous Colors of #4834ae

#4834ae #8534ae #345dae

Monochromatic Colors of #4834ae

#4834ae

Complementary Color

#4834ae #9aae34

#4834ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4834ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4834ae Color CSS Codes

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

#4834ae Text Font Color

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

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


#4834ae Background Color

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

This div background color is #4834ae


#4834ae Border Color

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

This div border color is #4834ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4834ae


Comments

No comments written yet.

Please login to write comment.