Color Hex Logo

#a727af Color Hex

#A727AF
(167,39,175)
0 Favorites   0 Comments

Color spaces of #a727af

RGB 16739175
HSL0.820.640.42
HSV296°78°69°
CMYK 0.050.780.00   0.31
XYZ24.399712.761741.7347
Yxy12.76170.30930.1618
Hunter Lab35.723559.4020-44.2602
CIE-Lab42.402066.0416-44.5880

#a727af color RGB value is (167,39,175).

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

The process color (four color CMYK) of #a727af color hex is 0.05, 0.78, 0.00, 0.31. Web safe color of #a727af is #993399. Color #a727af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100111 10101111
Octal 247 47 257
Decimal 167 39 175
Hex A7 27 AF

RGB Percentages of Color #a727af

%43.83
%10.24
%45.93

CMYK Percentages of Color #a727af

%5
%78
%0
%31

Triadic Colors of #a727af

#a727af #afa727 #27afa7

Analogous Colors of #a727af

#a727af #af2773 #6327af

Monochromatic Colors of #a727af

#a727af

Complementary Color

#a727af #2faf27

#a727af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a727af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a727af Color CSS Codes

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

#a727af Text Font Color

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

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


#a727af Background Color

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

This div background color is #a727af


#a727af Border Color

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

This div border color is #a727af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a727af


Comments

No comments written yet.

Please login to write comment.