Color Hex Logo

#af77cd Color Hex

#AF77CD
(175,119,205)
0 Favorites   0 Comments

Color spaces of #af77cd

RGB 175119205
HSL0.780.460.64
HSV279°42°80°
CMYK 0.150.420.00   0.20
XYZ35.295526.715461.0539
Yxy26.71540.28680.2171
Hunter Lab51.686931.4403-33.8540
CIE-Lab58.710037.3623-36.1127

#af77cd color RGB value is (175,119,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110111 11001101
Octal 257 167 315
Decimal 175 119 205
Hex AF 77 CD

RGB Percentages of Color #af77cd

%35.07
%23.85
%41.08

CMYK Percentages of Color #af77cd

%15
%42
%0
%20

Triadic Colors of #af77cd

#af77cd #cdaf77 #77cdaf

Analogous Colors of #af77cd

#af77cd #cd77c0 #8477cd

Monochromatic Colors of #af77cd

#af77cd

Complementary Color

#af77cd #95cd77

#af77cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af77cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af77cd Color CSS Codes

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

#af77cd Text Font Color

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

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


#af77cd Background Color

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

This div background color is #af77cd


#af77cd Border Color

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

This div border color is #af77cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af77cd


Comments

No comments written yet.

Please login to write comment.