Color Hex Logo

#a775de Color Hex

#A775DE
(167,117,222)
0 Favorites   0 Comments

Color spaces of #a775de

RGB 167117222
HSL0.750.610.66
HSV269°47°87°
CMYK 0.250.470.00   0.13
XYZ35.482526.212072.2965
Yxy26.21200.26480.1956
Hunter Lab51.197734.1134-47.8854
CIE-Lab58.237740.0314-46.4853

#a775de color RGB value is (167,117,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110101 11011110
Octal 247 165 336
Decimal 167 117 222
Hex A7 75 DE

RGB Percentages of Color #a775de

%33.00
%23.12
%43.87

CMYK Percentages of Color #a775de

%25
%47
%0
%13

Triadic Colors of #a775de

#a775de #dea775 #75dea7

Analogous Colors of #a775de

#a775de #dc75de #7578de

Monochromatic Colors of #a775de

#a775de

Complementary Color

#a775de #acde75

#a775de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a775de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a775de Color CSS Codes

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

#a775de Text Font Color

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

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


#a775de Background Color

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

This div background color is #a775de


#a775de Border Color

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

This div border color is #a775de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a775de


Comments

No comments written yet.

Please login to write comment.