Color Hex Logo

#4818af Color Hex

#4818AF
(72,24,175)
0 Favorites   0 Comments

Color spaces of #4818af

RGB 7224175
HSL0.720.760.39
HSV259°86°69°
CMYK 0.590.860.00   0.31
XYZ10.73705.126140.9810
Yxy5.12610.18890.0902
Hunter Lab22.640945.0286-91.4689
CIE-Lab27.091055.9673-70.1063

#4818af color RGB value is (72,24,175).

#4818af hex color red value is 72, green value is 24 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4818af hue: 0.72 , saturation: 0.76 and the lightness value of 4818af is 0.39.

The process color (four color CMYK) of #4818af color hex is 0.59, 0.86, 0.00, 0.31. Web safe color of #4818af is #330099. Color #4818af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011000 10101111
Octal 110 30 257
Decimal 72 24 175
Hex 48 18 AF

RGB Percentages of Color #4818af

%26.57
%8.86
%64.58

CMYK Percentages of Color #4818af

%59
%86
%0
%31

Triadic Colors of #4818af

#4818af #af4818 #18af48

Analogous Colors of #4818af

#4818af #9418af #1834af

Monochromatic Colors of #4818af

#4818af

Complementary Color

#4818af #7faf18

#4818af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4818af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4818af Color CSS Codes

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

#4818af Text Font Color

<p style="color:#4818af">Text here</p>

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


#4818af Background Color

<div style="background-color:#4818af">
Div content here</div>

This div background color is #4818af


#4818af Border Color

<div style="border:3px solid #4818af">
Div here</div>

This div border color is #4818af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,24,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4818af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4818af;
  -webkit-box-shadow: 1px 1px 3px 2px #4818af;
  box-shadow:         1px 1px 3px 2px #4818af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4818af


Comments

No comments written yet.

Please login to write comment.