Color Hex Logo

#4835ae Color Hex

#4835AE
(72,53,174)
0 Favorites   0 Comments

Color spaces of #4835ae

RGB 7253174
HSL0.690.530.45
HSV249°70°68°
CMYK 0.590.700.00   0.32
XYZ11.58566.979940.7810
Yxy6.97990.19520.1176
Hunter Lab26.419532.0425-73.0261
CIE-Lab31.761142.0447-61.8192

#4835ae color RGB value is (72,53,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110101 10101110
Octal 110 65 256
Decimal 72 53 174
Hex 48 35 AE

RGB Percentages of Color #4835ae

%24.08
%17.73
%58.19

CMYK Percentages of Color #4835ae

%59
%70
%0
%32

Triadic Colors of #4835ae

#4835ae #ae4835 #35ae48

Analogous Colors of #4835ae

#4835ae #8535ae #355fae

Monochromatic Colors of #4835ae

#4835ae

Complementary Color

#4835ae #9bae35

#4835ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4835ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4835ae Color CSS Codes

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

#4835ae Text Font Color

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

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


#4835ae Background Color

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

This div background color is #4835ae


#4835ae Border Color

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

This div border color is #4835ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4835ae


Comments

No comments written yet.

Please login to write comment.