Color Hex Logo

#a031cf Color Hex

#A031CF
(160,49,207)
0 Favorites   0 Comments

Color spaces of #a031cf

RGB 16049207
HSL0.780.620.50
HSV282°76°81°
CMYK 0.230.760.00   0.19
XYZ26.858014.175260.3520
Yxy14.17520.26490.1398
Hunter Lab37.650061.4474-68.6855
CIE-Lab44.483167.4035-60.0072

#a031cf color RGB value is (160,49,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110001 11001111
Octal 240 61 317
Decimal 160 49 207
Hex A0 31 CF

RGB Percentages of Color #a031cf

%38.46
%11.78
%49.76

CMYK Percentages of Color #a031cf

%23
%76
%0
%19

Triadic Colors of #a031cf

#a031cf #cfa031 #31cfa0

Analogous Colors of #a031cf

#a031cf #cf31af #5131cf

Monochromatic Colors of #a031cf

#a031cf

Complementary Color

#a031cf #60cf31

#a031cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a031cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a031cf Color CSS Codes

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

#a031cf Text Font Color

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

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


#a031cf Background Color

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

This div background color is #a031cf


#a031cf Border Color

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

This div border color is #a031cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a031cf


Comments

No comments written yet.

Please login to write comment.