Color Hex Logo

#a75bde Color Hex

#A75BDE
(167,91,222)
0 Favorites   0 Comments

Color spaces of #a75bde

RGB 16791222
HSL0.760.660.61
HSV275°59°87°
CMYK 0.250.590.00   0.13
XYZ32.862320.971671.4231
Yxy20.97160.26240.1674
Hunter Lab45.794847.9507-60.4144
CIE-Lab52.918453.8701-54.9511

#a75bde color RGB value is (167,91,222).

#a75bde hex color red value is 167, green value is 91 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a75bde hue: 0.76 , saturation: 0.66 and the lightness value of a75bde is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011011 11011110
Octal 247 133 336
Decimal 167 91 222
Hex A7 5B DE

RGB Percentages of Color #a75bde

%34.79
%18.96
%46.25

CMYK Percentages of Color #a75bde

%25
%59
%0
%13

Triadic Colors of #a75bde

#a75bde #dea75b #5bdea7

Analogous Colors of #a75bde

#a75bde #de5bd4 #665bde

Monochromatic Colors of #a75bde

#a75bde

Complementary Color

#a75bde #92de5b

#a75bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75bde Color CSS Codes

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

#a75bde Text Font Color

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

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


#a75bde Background Color

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

This div background color is #a75bde


#a75bde Border Color

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

This div border color is #a75bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75bde


Comments

No comments written yet.

Please login to write comment.