Color Hex Logo

#a75cde Color Hex

#A75CDE
(167,92,222)
0 Favorites   0 Comments

Color spaces of #a75cde

RGB 16792222
HSL0.760.660.62
HSV275°59°87°
CMYK 0.250.590.00   0.13
XYZ32.948321.143771.4518
Yxy21.14370.26240.1684
Hunter Lab45.982347.4340-59.9431
CIE-Lab53.106453.3656-54.6502

#a75cde color RGB value is (167,92,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011100 11011110
Octal 247 134 336
Decimal 167 92 222
Hex A7 5C DE

RGB Percentages of Color #a75cde

%34.72
%19.13
%46.15

CMYK Percentages of Color #a75cde

%25
%59
%0
%13

Triadic Colors of #a75cde

#a75cde #dea75c #5cdea7

Analogous Colors of #a75cde

#a75cde #de5cd4 #665cde

Monochromatic Colors of #a75cde

#a75cde

Complementary Color

#a75cde #93de5c

#a75cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75cde Color CSS Codes

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

#a75cde Text Font Color

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

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


#a75cde Background Color

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

This div background color is #a75cde


#a75cde Border Color

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

This div border color is #a75cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75cde


Comments

No comments written yet.

Please login to write comment.