Color Hex Logo

#af77dd Color Hex

#AF77DD
(175,119,221)
0 Favorites   0 Comments

Color spaces of #af77dd

RGB 175119221
HSL0.760.600.67
HSV273°46°87°
CMYK 0.210.460.00   0.13
XYZ37.327227.528171.7527
Yxy27.52810.27320.2015
Hunter Lab52.467235.1741-44.3563
CIE-Lab59.460040.8970-43.9394

#af77dd color RGB value is (175,119,221).

#af77dd hex color red value is 175, green value is 119 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #af77dd hue: 0.76 , saturation: 0.60 and the lightness value of af77dd is 0.67.

The process color (four color CMYK) of #af77dd color hex is 0.21, 0.46, 0.00, 0.13. Web safe color of #af77dd is #9966cc. Color #af77dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110111 11011101
Octal 257 167 335
Decimal 175 119 221
Hex AF 77 DD

RGB Percentages of Color #af77dd

%33.98
%23.11
%42.91

CMYK Percentages of Color #af77dd

%21
%46
%0
%13

Triadic Colors of #af77dd

#af77dd #ddaf77 #77ddaf

Analogous Colors of #af77dd

#af77dd #dd77d8 #7c77dd

Monochromatic Colors of #af77dd

#af77dd

Complementary Color

#af77dd #a5dd77

#af77dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af77dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af77dd Color CSS Codes

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

#af77dd Text Font Color

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

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


#af77dd Background Color

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

This div background color is #af77dd


#af77dd Border Color

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

This div border color is #af77dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af77dd


Comments

No comments written yet.

Please login to write comment.