Color Hex Logo

#a71ebf Color Hex

#A71EBF
(167,30,191)
0 Favorites   0 Comments

Color spaces of #a71ebf

RGB 16730191
HSL0.810.730.43
HSV291°84°75°
CMYK 0.130.840.00   0.25
XYZ25.804612.905650.4212
Yxy12.90560.28950.1448
Hunter Lab35.924465.3496-58.0687
CIE-Lab42.620771.0845-53.6622

#a71ebf color RGB value is (167,30,191).

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

The process color (four color CMYK) of #a71ebf color hex is 0.13, 0.84, 0.00, 0.25. Web safe color of #a71ebf is #9933cc. Color #a71ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011110 10111111
Octal 247 36 277
Decimal 167 30 191
Hex A7 1E BF

RGB Percentages of Color #a71ebf

%43.04
%7.73
%49.23

CMYK Percentages of Color #a71ebf

%13
%84
%0
%25

Triadic Colors of #a71ebf

#a71ebf #bfa71e #1ebfa7

Analogous Colors of #a71ebf

#a71ebf #bf1e87 #571ebf

Monochromatic Colors of #a71ebf

#a71ebf

Complementary Color

#a71ebf #36bf1e

#a71ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71ebf Color CSS Codes

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

#a71ebf Text Font Color

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

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


#a71ebf Background Color

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

This div background color is #a71ebf


#a71ebf Border Color

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

This div border color is #a71ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71ebf


Comments

No comments written yet.

Please login to write comment.