Color Hex Logo

#a75ebf Color Hex

#A75EBF
(167,94,191)
0 Favorites   0 Comments

Color spaces of #a75ebf

RGB 16794191
HSL0.790.430.56
HSV285°51°75°
CMYK 0.130.510.00   0.25
XYZ29.343019.982551.6007
Yxy19.98250.29070.1980
Hunter Lab44.701838.9422-37.1491
CIE-Lab51.817445.6125-39.0030

#a75ebf color RGB value is (167,94,191).

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

The process color (four color CMYK) of #a75ebf color hex is 0.13, 0.51, 0.00, 0.25. Web safe color of #a75ebf is #9966cc. Color #a75ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011110 10111111
Octal 247 136 277
Decimal 167 94 191
Hex A7 5E BF

RGB Percentages of Color #a75ebf

%36.95
%20.80
%42.26

CMYK Percentages of Color #a75ebf

%13
%51
%0
%25

Triadic Colors of #a75ebf

#a75ebf #bfa75e #5ebfa7

Analogous Colors of #a75ebf

#a75ebf #bf5ea7 #775ebf

Monochromatic Colors of #a75ebf

#a75ebf

Complementary Color

#a75ebf #76bf5e

#a75ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75ebf Color CSS Codes

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

#a75ebf Text Font Color

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

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


#a75ebf Background Color

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

This div background color is #a75ebf


#a75ebf Border Color

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

This div border color is #a75ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75ebf


Comments

No comments written yet.

Please login to write comment.