Color Hex Logo

#af78df Color Hex

#AF78DF
(175,120,223)
0 Favorites   0 Comments

Color spaces of #af78df

RGB 175120223
HSL0.760.620.67
HSV272°46°87°
CMYK 0.220.460.00   0.13
XYZ37.714927.874673.2046
Yxy27.87460.27170.2008
Hunter Lab52.796435.1171-45.2508
CIE-Lab59.775340.8013-44.5618

#af78df color RGB value is (175,120,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111000 11011111
Octal 257 170 337
Decimal 175 120 223
Hex AF 78 DF

RGB Percentages of Color #af78df

%33.78
%23.17
%43.05

CMYK Percentages of Color #af78df

%22
%46
%0
%13

Triadic Colors of #af78df

#af78df #dfaf78 #78dfaf

Analogous Colors of #af78df

#af78df #df78dc #7c78df

Monochromatic Colors of #af78df

#af78df

Complementary Color

#af78df #a8df78

#af78df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af78df Color Preview on White Background

Lorem ipsum dolor sit amet.

#af78df Color CSS Codes

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

#af78df Text Font Color

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

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


#af78df Background Color

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

This div background color is #af78df


#af78df Border Color

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

This div border color is #af78df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af78df


Comments

No comments written yet.

Please login to write comment.