color codes Logo

#a731df color codes

#A731DF
(167,49,223)
0 Favorites   0 Comments

Color spaces of #a731df

RGB 16749223
HSL0.780.730.53
HSV281°78°87°
CMYK 0.250.780.00   0.13
XYZ30.353915.739871.2503
Yxy15.73980.25870.1341
Hunter Lab39.673467.1408-78.7087
CIE-Lab46.631271.8036-65.6507

#a731df color RGB value is (167,49,223).

#a731df hex color red value is 167, green value is 49 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a731df hue: 0.78 , saturation: 0.73 and the lightness value of a731df is 0.53.

The process color (four color CMYK) of #a731df color code is 0.25, 0.78, 0.00, 0.13. Web safe color of #a731df is #9933cc. Color #a731df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110001 11011111
Octal 247 61 337
Decimal 167 49 223
Hex A7 31 DF

RGB Percentages of Color #a731df

%38.04
%11.16
%50.80

CMYK Percentages of Color #a731df

%25
%78
%0
%13

Triadic Colors of #a731df

#a731df #dfa731 #31dfa7

Analogous Colors of #a731df

#a731df #df31c0 #5031df

Monochromatic Colors of #a731df

#a731df

Complementary Color

#a731df #69df31

#a731df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a731df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a731df Color CSS Codes

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

#a731df Text Font Color

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

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


#a731df Background Color

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

This div background color is #a731df


#a731df Border Color

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

This div border color is #a731df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a731df


Comments

No comments written yet.

Please login to write comment.