Color Hex Logo

#a271bc Color Hex

#A271BC
(162,113,188)
0 Favorites   0 Comments

Color spaces of #a271bc

RGB 162113188
HSL0.780.360.59
HSV279°40°74°
CMYK 0.140.400.00   0.26
XYZ29.882523.122550.4651
Yxy23.12250.28880.2235
Hunter Lab48.085926.7769-28.5635
CIE-Lab55.198333.0982-32.0215

#a271bc color RGB value is (162,113,188).

#a271bc hex color red value is 162, green value is 113 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a271bc hue: 0.78 , saturation: 0.36 and the lightness value of a271bc is 0.59.

The process color (four color CMYK) of #a271bc color hex is 0.14, 0.40, 0.00, 0.26. Web safe color of #a271bc is #9966cc. Color #a271bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110001 10111100
Octal 242 161 274
Decimal 162 113 188
Hex A2 71 BC

RGB Percentages of Color #a271bc

%34.99
%24.41
%40.60

CMYK Percentages of Color #a271bc

%14
%40
%0
%26

Triadic Colors of #a271bc

#a271bc #bca271 #71bca2

Analogous Colors of #a271bc

#a271bc #bc71b1 #7d71bc

Monochromatic Colors of #a271bc

#a271bc

Complementary Color

#a271bc #8bbc71

#a271bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a271bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a271bc Color CSS Codes

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

#a271bc Text Font Color

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

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


#a271bc Background Color

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

This div background color is #a271bc


#a271bc Border Color

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

This div border color is #a271bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,113,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 #a271bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a271bc


Comments

No comments written yet.

Please login to write comment.