Color Hex Logo

#a774db Color Hex

#A774DB
(167,116,219)
0 Favorites   0 Comments

Color spaces of #a774db

RGB 167116219
HSL0.750.590.66
HSV270°47°86°
CMYK 0.240.470.00   0.14
XYZ34.967925.820770.1587
Yxy25.82070.26700.1972
Hunter Lab50.814133.9108-46.2915
CIE-Lab57.866539.8828-45.3884

#a774db color RGB value is (167,116,219).

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

The process color (four color CMYK) of #a774db color hex is 0.24, 0.47, 0.00, 0.14. Web safe color of #a774db is #9966cc. Color #a774db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110100 11011011
Octal 247 164 333
Decimal 167 116 219
Hex A7 74 DB

RGB Percentages of Color #a774db

%33.27
%23.11
%43.63

CMYK Percentages of Color #a774db

%24
%47
%0
%14

Triadic Colors of #a774db

#a774db #dba774 #74dba7

Analogous Colors of #a774db

#a774db #db74db #7475db

Monochromatic Colors of #a774db

#a774db

Complementary Color

#a774db #a8db74

#a774db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a774db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a774db Color CSS Codes

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

#a774db Text Font Color

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

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


#a774db Background Color

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

This div background color is #a774db


#a774db Border Color

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

This div border color is #a774db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a774db


Comments

No comments written yet.

Please login to write comment.