Color Hex Logo

#a774cc Color Hex

#A774CC
(167,116,204)
0 Favorites   0 Comments

Color spaces of #a774cc

RGB 167116204
HSL0.760.460.63
HSV275°43°80°
CMYK 0.180.430.00   0.20
XYZ33.080825.065960.2214
Yxy25.06590.27950.2118
Hunter Lab50.065930.3279-36.2705
CIE-Lab57.139636.4515-38.0672

#a774cc color RGB value is (167,116,204).

#a774cc hex color red value is 167, green value is 116 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a774cc hue: 0.76 , saturation: 0.46 and the lightness value of a774cc is 0.63.

The process color (four color CMYK) of #a774cc color hex is 0.18, 0.43, 0.00, 0.20. Web safe color of #a774cc is #9966cc. Color #a774cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110100 11001100
Octal 247 164 314
Decimal 167 116 204
Hex A7 74 CC

RGB Percentages of Color #a774cc

%34.29
%23.82
%41.89

CMYK Percentages of Color #a774cc

%18
%43
%0
%20

Triadic Colors of #a774cc

#a774cc #cca774 #74cca7

Analogous Colors of #a774cc

#a774cc #cc74c5 #7b74cc

Monochromatic Colors of #a774cc

#a774cc

Complementary Color

#a774cc #99cc74

#a774cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a774cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a774cc Color CSS Codes

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

#a774cc Text Font Color

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

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


#a774cc Background Color

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

This div background color is #a774cc


#a774cc Border Color

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

This div border color is #a774cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a774cc


Comments

No comments written yet.

Please login to write comment.