Color Hex Logo

#a372af Color Hex

#A372AF
(163,114,175)
0 Favorites   0 Comments

Color spaces of #a372af

RGB 163114175
HSL0.800.280.57
HSV288°35°69°
CMYK 0.070.350.00   0.31
XYZ28.859422.916343.4597
Yxy22.91630.30300.2406
Hunter Lab47.871023.8360-20.3168
CIE-Lab54.986030.0880-24.8660

#a372af color RGB value is (163,114,175).

#a372af hex color red value is 163, green value is 114 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a372af hue: 0.80 , saturation: 0.28 and the lightness value of a372af is 0.57.

The process color (four color CMYK) of #a372af color hex is 0.07, 0.35, 0.00, 0.31. Web safe color of #a372af is #996699. Color #a372af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110010 10101111
Octal 243 162 257
Decimal 163 114 175
Hex A3 72 AF

RGB Percentages of Color #a372af

%36.06
%25.22
%38.72

CMYK Percentages of Color #a372af

%7
%35
%0
%31

Triadic Colors of #a372af

#a372af #afa372 #72afa3

Analogous Colors of #a372af

#a372af #af729d #8572af

Monochromatic Colors of #a372af

#a372af

Complementary Color

#a372af #7eaf72

#a372af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a372af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a372af Color CSS Codes

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

#a372af Text Font Color

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

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


#a372af Background Color

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

This div background color is #a372af


#a372af Border Color

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

This div border color is #a372af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a372af


Comments

No comments written yet.

Please login to write comment.