Color Hex Logo

#a770de Color Hex

#A770DE
(167,112,222)
0 Favorites   0 Comments

Color spaces of #a770de

RGB 167112222
HSL0.750.630.65
HSV270°50°87°
CMYK 0.250.500.00   0.13
XYZ34.915325.077872.1075
Yxy25.07780.26430.1898
Hunter Lab50.077736.8181-50.3179
CIE-Lab57.151142.7863-48.2065

#a770de color RGB value is (167,112,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110000 11011110
Octal 247 160 336
Decimal 167 112 222
Hex A7 70 DE

RGB Percentages of Color #a770de

%33.33
%22.36
%44.31

CMYK Percentages of Color #a770de

%25
%50
%0
%13

Triadic Colors of #a770de

#a770de #dea770 #70dea7

Analogous Colors of #a770de

#a770de #de70de #7070de

Monochromatic Colors of #a770de

#a770de

Complementary Color

#a770de #a7de70

#a770de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a770de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a770de Color CSS Codes

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

#a770de Text Font Color

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

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


#a770de Background Color

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

This div background color is #a770de


#a770de Border Color

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

This div border color is #a770de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a770de


Comments

No comments written yet.

Please login to write comment.