Color Hex Logo

#a71cbd Color Hex

#A71CBD
(167,28,189)
0 Favorites   0 Comments

Color spaces of #a71cbd

RGB 16728189
HSL0.810.740.43
HSV292°85°74°
CMYK 0.120.850.00   0.26
XYZ25.536912.720149.2534
Yxy12.72010.29180.1454
Hunter Lab35.665265.3947-56.9133
CIE-Lab42.338471.1775-52.9449

#a71cbd color RGB value is (167,28,189).

#a71cbd hex color red value is 167, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a71cbd hue: 0.81 , saturation: 0.74 and the lightness value of a71cbd is 0.43.

The process color (four color CMYK) of #a71cbd color hex is 0.12, 0.85, 0.00, 0.26. Web safe color of #a71cbd is #9933cc. Color #a71cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011100 10111101
Octal 247 34 275
Decimal 167 28 189
Hex A7 1C BD

RGB Percentages of Color #a71cbd

%43.49
%7.29
%49.22

CMYK Percentages of Color #a71cbd

%12
%85
%0
%26

Triadic Colors of #a71cbd

#a71cbd #bda71c #1cbda7

Analogous Colors of #a71cbd

#a71cbd #bd1c83 #571cbd

Monochromatic Colors of #a71cbd

#a71cbd

Complementary Color

#a71cbd #32bd1c

#a71cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71cbd Color CSS Codes

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

#a71cbd Text Font Color

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

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


#a71cbd Background Color

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

This div background color is #a71cbd


#a71cbd Border Color

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

This div border color is #a71cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71cbd


Comments

No comments written yet.

Please login to write comment.