Color Hex Logo

#af7fda Color Hex

#AF7FDA
(175,127,218)
0 Favorites   0 Comments

Color spaces of #af7fda

RGB 175127218
HSL0.750.550.68
HSV272°42°85°
CMYK 0.200.420.00   0.15
XYZ37.923529.354769.9969
Yxy29.35470.27630.2138
Hunter Lab54.180030.1269-38.6727
CIE-Lab61.093435.7959-39.6918

#af7fda color RGB value is (175,127,218).

#af7fda hex color red value is 175, green value is 127 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #af7fda hue: 0.75 , saturation: 0.55 and the lightness value of af7fda is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111111 11011010
Octal 257 177 332
Decimal 175 127 218
Hex AF 7F DA

RGB Percentages of Color #af7fda

%33.65
%24.42
%41.92

CMYK Percentages of Color #af7fda

%20
%42
%0
%15

Triadic Colors of #af7fda

#af7fda #daaf7f #7fdaaf

Analogous Colors of #af7fda

#af7fda #da7fd8 #827fda

Monochromatic Colors of #af7fda

#af7fda

Complementary Color

#af7fda #aada7f

#af7fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7fda Color CSS Codes

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

#af7fda Text Font Color

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

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


#af7fda Background Color

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

This div background color is #af7fda


#af7fda Border Color

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

This div border color is #af7fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7fda


Comments

No comments written yet.

Please login to write comment.