Color Hex Logo

#a731bc Color Hex

#A731BC
(167,49,188)
0 Favorites   0 Comments

Color spaces of #a731bc

RGB 16749188
HSL0.810.590.46
HSV291°74°74°
CMYK 0.110.740.00   0.26
XYZ26.111814.043048.9113
Yxy14.04300.29320.1577
Hunter Lab37.474058.7989-51.1539
CIE-Lab44.294565.1493-49.2160

#a731bc color RGB value is (167,49,188).

#a731bc hex color red value is 167, green value is 49 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a731bc hue: 0.81 , saturation: 0.59 and the lightness value of a731bc is 0.46.

The process color (four color CMYK) of #a731bc color hex is 0.11, 0.74, 0.00, 0.26. Web safe color of #a731bc is #9933cc. Color #a731bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110001 10111100
Octal 247 61 274
Decimal 167 49 188
Hex A7 31 BC

RGB Percentages of Color #a731bc

%41.34
%12.13
%46.53

CMYK Percentages of Color #a731bc

%11
%74
%0
%26

Triadic Colors of #a731bc

#a731bc #bca731 #31bca7

Analogous Colors of #a731bc

#a731bc #bc318c #6131bc

Monochromatic Colors of #a731bc

#a731bc

Complementary Color

#a731bc #46bc31

#a731bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a731bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a731bc Color CSS Codes

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

#a731bc Text Font Color

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

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


#a731bc Background Color

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

This div background color is #a731bc


#a731bc Border Color

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

This div border color is #a731bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a731bc


Comments

No comments written yet.

Please login to write comment.