Color Hex Logo

#a777cd Color Hex

#A777CD
(167,119,205)
0 Favorites   0 Comments

Color spaces of #a777cd

RGB 167119205
HSL0.760.460.64
HSV273°42°80°
CMYK 0.190.420.00   0.20
XYZ33.552625.816960.9724
Yxy25.81690.27880.2145
Hunter Lab50.810328.9544-35.5808
CIE-Lab57.862834.9980-37.4998

#a777cd color RGB value is (167,119,205).

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

The process color (four color CMYK) of #a777cd color hex is 0.19, 0.42, 0.00, 0.20. Web safe color of #a777cd is #9966cc. Color #a777cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110111 11001101
Octal 247 167 315
Decimal 167 119 205
Hex A7 77 CD

RGB Percentages of Color #a777cd

%34.01
%24.24
%41.75

CMYK Percentages of Color #a777cd

%19
%42
%0
%20

Triadic Colors of #a777cd

#a777cd #cda777 #77cda7

Analogous Colors of #a777cd

#a777cd #cd77c8 #7c77cd

Monochromatic Colors of #a777cd

#a777cd

Complementary Color

#a777cd #9dcd77

#a777cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a777cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a777cd Color CSS Codes

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

#a777cd Text Font Color

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

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


#a777cd Background Color

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

This div background color is #a777cd


#a777cd Border Color

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

This div border color is #a777cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a777cd


Comments

No comments written yet.

Please login to write comment.