Color Hex Logo

#a75fbe Color Hex

#A75FBE
(167,95,190)
0 Favorites   0 Comments

Color spaces of #a75fbe

RGB 16795190
HSL0.790.420.56
HSV285°50°75°
CMYK 0.120.500.00   0.25
XYZ29.322820.117651.0528
Yxy20.11760.29180.2002
Hunter Lab44.852638.2038-36.0890
CIE-Lab51.969944.8776-38.1862

#a75fbe color RGB value is (167,95,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011111 10111110
Octal 247 137 276
Decimal 167 95 190
Hex A7 5F BE

RGB Percentages of Color #a75fbe

%36.95
%21.02
%42.04

CMYK Percentages of Color #a75fbe

%12
%50
%0
%25

Triadic Colors of #a75fbe

#a75fbe #bea75f #5fbea7

Analogous Colors of #a75fbe

#a75fbe #be5fa6 #785fbe

Monochromatic Colors of #a75fbe

#a75fbe

Complementary Color

#a75fbe #76be5f

#a75fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75fbe Color CSS Codes

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

#a75fbe Text Font Color

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

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


#a75fbe Background Color

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

This div background color is #a75fbe


#a75fbe Border Color

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

This div border color is #a75fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75fbe

#a75fbe Color Palettes


Comments

No comments written yet.

Please login to write comment.