Color Hex Logo

#a727ed Color Hex

#A727ED
(167,39,237)
0 Favorites   0 Comments

Color spaces of #a727ed

RGB 16739237
HSL0.770.850.54
HSV279°84°93°
CMYK 0.300.840.00   0.07
XYZ31.947915.781081.4829
Yxy15.78100.24730.1221
Hunter Lab39.725374.0340-93.8055
CIE-Lab46.685877.4490-73.4999

#a727ed color RGB value is (167,39,237).

#a727ed hex color red value is 167, green value is 39 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a727ed hue: 0.77 , saturation: 0.85 and the lightness value of a727ed is 0.54.

The process color (four color CMYK) of #a727ed color hex is 0.30, 0.84, 0.00, 0.07. Web safe color of #a727ed is #9933ff. Color #a727ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100111 11101101
Octal 247 47 355
Decimal 167 39 237
Hex A7 27 ED

RGB Percentages of Color #a727ed

%37.70
%8.80
%53.50

CMYK Percentages of Color #a727ed

%30
%84
%0
%7

Triadic Colors of #a727ed

#a727ed #eda727 #27eda7

Analogous Colors of #a727ed

#a727ed #ed27d0 #4427ed

Monochromatic Colors of #a727ed

#a727ed

Complementary Color

#a727ed #6ded27

#a727ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a727ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a727ed Color CSS Codes

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

#a727ed Text Font Color

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

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


#a727ed Background Color

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

This div background color is #a727ed


#a727ed Border Color

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

This div border color is #a727ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,39,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a727ed


Comments

No comments written yet.

Please login to write comment.