Color Hex Logo

#a731ce Color Hex

#A731CE
(167,49,206)
0 Favorites   0 Comments

Color spaces of #a731ce

RGB 16749206
HSL0.790.620.50
HSV285°76°81°
CMYK 0.190.760.00   0.19
XYZ28.175214.868359.7774
Yxy14.86830.27400.1446
Hunter Lab38.559462.9501-64.9237
CIE-Lab45.453368.5003-57.8115

#a731ce color RGB value is (167,49,206).

#a731ce hex color red value is 167, green value is 49 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a731ce hue: 0.79 , saturation: 0.62 and the lightness value of a731ce is 0.50.

The process color (four color CMYK) of #a731ce color hex is 0.19, 0.76, 0.00, 0.19. Web safe color of #a731ce is #9933cc. Color #a731ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110001 11001110
Octal 247 61 316
Decimal 167 49 206
Hex A7 31 CE

RGB Percentages of Color #a731ce

%39.57
%11.61
%48.82

CMYK Percentages of Color #a731ce

%19
%76
%0
%19

Triadic Colors of #a731ce

#a731ce #cea731 #31cea7

Analogous Colors of #a731ce

#a731ce #ce31a7 #5931ce

Monochromatic Colors of #a731ce

#a731ce

Complementary Color

#a731ce #58ce31

#a731ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a731ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a731ce Color CSS Codes

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

#a731ce Text Font Color

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

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


#a731ce Background Color

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

This div background color is #a731ce


#a731ce Border Color

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

This div border color is #a731ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a731ce


Comments

No comments written yet.

Please login to write comment.