Color Hex Logo

#a71ebc Color Hex

#A71EBC
(167,30,188)
0 Favorites   0 Comments

Color spaces of #a71ebc

RGB 16730188
HSL0.810.720.43
HSV292°84°74°
CMYK 0.110.840.00   0.26
XYZ25.477712.774948.6999
Yxy12.77490.29300.1469
Hunter Lab35.742064.6903-55.7656
CIE-Lab42.422170.5674-52.2234

#a71ebc color RGB value is (167,30,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011110 10111100
Octal 247 36 274
Decimal 167 30 188
Hex A7 1E BC

RGB Percentages of Color #a71ebc

%43.38
%7.79
%48.83

CMYK Percentages of Color #a71ebc

%11
%84
%0
%26

Triadic Colors of #a71ebc

#a71ebc #bca71e #1ebca7

Analogous Colors of #a71ebc

#a71ebc #bc1e82 #581ebc

Monochromatic Colors of #a71ebc

#a71ebc

Complementary Color

#a71ebc #33bc1e

#a71ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71ebc Color CSS Codes

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

#a71ebc Text Font Color

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

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


#a71ebc Background Color

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

This div background color is #a71ebc


#a71ebc Border Color

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

This div border color is #a71ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71ebc


Comments

No comments written yet.

Please login to write comment.