Color Hex Logo

#4819ac Color Hex

#4819AC
(72,25,172)
0 Favorites   0 Comments

Color spaces of #4819ac

RGB 7225172
HSL0.720.750.39
HSV259°85°67°
CMYK 0.580.850.00   0.33
XYZ10.46655.051539.4531
Yxy5.05150.19040.0919
Hunter Lab22.475543.7924-88.3436
CIE-Lab26.881054.8257-68.6511

#4819ac color RGB value is (72,25,172).

#4819ac hex color red value is 72, green value is 25 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4819ac hue: 0.72 , saturation: 0.75 and the lightness value of 4819ac is 0.39.

The process color (four color CMYK) of #4819ac color hex is 0.58, 0.85, 0.00, 0.33. Web safe color of #4819ac is #330099. Color #4819ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011001 10101100
Octal 110 31 254
Decimal 72 25 172
Hex 48 19 AC

RGB Percentages of Color #4819ac

%26.77
%9.29
%63.94

CMYK Percentages of Color #4819ac

%58
%85
%0
%33

Triadic Colors of #4819ac

#4819ac #ac4819 #19ac48

Analogous Colors of #4819ac

#4819ac #9219ac #1934ac

Monochromatic Colors of #4819ac

#4819ac

Complementary Color

#4819ac #7dac19

#4819ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4819ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4819ac Color CSS Codes

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

#4819ac Text Font Color

<p style="color:#4819ac">Text here</p>

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


#4819ac Background Color

<div style="background-color:#4819ac">
Div content here</div>

This div background color is #4819ac


#4819ac Border Color

<div style="border:3px solid #4819ac">
Div here</div>

This div border color is #4819ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,25,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4819ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4819ac;
  -webkit-box-shadow: 1px 1px 3px 2px #4819ac;
  box-shadow:         1px 1px 3px 2px #4819ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,25,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4819ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4819ac


Comments

No comments written yet.

Please login to write comment.