Color Hex Logo

#a94ebf Color Hex

#A94EBF
(169,78,191)
0 Favorites   0 Comments

Color spaces of #a94ebf

RGB 16978191
HSL0.800.470.53
HSV288°59°75°
CMYK 0.120.590.00   0.25
XYZ28.490517.645451.1945
Yxy17.64540.29270.1813
Hunter Lab42.006447.5548-42.8540
CIE-Lab49.063254.1794-43.3415

#a94ebf color RGB value is (169,78,191).

#a94ebf hex color red value is 169, green value is 78 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a94ebf hue: 0.80 , saturation: 0.47 and the lightness value of a94ebf is 0.53.

The process color (four color CMYK) of #a94ebf color hex is 0.12, 0.59, 0.00, 0.25. Web safe color of #a94ebf is #9966cc. Color #a94ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001110 10111111
Octal 251 116 277
Decimal 169 78 191
Hex A9 4E BF

RGB Percentages of Color #a94ebf

%38.58
%17.81
%43.61

CMYK Percentages of Color #a94ebf

%12
%59
%0
%25

Triadic Colors of #a94ebf

#a94ebf #bfa94e #4ebfa9

Analogous Colors of #a94ebf

#a94ebf #bf4e9d #714ebf

Monochromatic Colors of #a94ebf

#a94ebf

Complementary Color

#a94ebf #64bf4e

#a94ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94ebf Color CSS Codes

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

#a94ebf Text Font Color

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

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


#a94ebf Background Color

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

This div background color is #a94ebf


#a94ebf Border Color

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

This div border color is #a94ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94ebf


Comments

No comments written yet.

Please login to write comment.