Color Hex Logo

#a448af Color Hex

#A448AF
(164,72,175)
0 Favorites   0 Comments

Color spaces of #a448af

RGB 16472175
HSL0.820.420.48
HSV294°59°69°
CMYK 0.060.590.00   0.31
XYZ25.365115.622442.2360
Yxy15.62240.30480.1877
Hunter Lab39.525245.3825-35.6888
CIE-Lab46.475152.6218-38.1447

#a448af color RGB value is (164,72,175).

#a448af hex color red value is 164, green value is 72 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a448af hue: 0.82 , saturation: 0.42 and the lightness value of a448af is 0.48.

The process color (four color CMYK) of #a448af color hex is 0.06, 0.59, 0.00, 0.31. Web safe color of #a448af is #993399. Color #a448af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001000 10101111
Octal 244 110 257
Decimal 164 72 175
Hex A4 48 AF

RGB Percentages of Color #a448af

%39.90
%17.52
%42.58

CMYK Percentages of Color #a448af

%6
%59
%0
%31

Triadic Colors of #a448af

#a448af #afa448 #48afa4

Analogous Colors of #a448af

#a448af #af4887 #7148af

Monochromatic Colors of #a448af

#a448af

Complementary Color

#a448af #53af48

#a448af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a448af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a448af Color CSS Codes

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

#a448af Text Font Color

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

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


#a448af Background Color

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

This div background color is #a448af


#a448af Border Color

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

This div border color is #a448af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a448af


Comments

No comments written yet.

Please login to write comment.