Color Hex Logo

#af76ed Color Hex

#AF76ED
(175,118,237)
0 Favorites   0 Comments

Color spaces of #af76ed

RGB 175118237
HSL0.750.770.70
HSV269°50°93°
CMYK 0.260.500.00   0.07
XYZ39.443728.185383.4822
Yxy28.18530.26100.1865
Hunter Lab53.089839.7114-56.0689
CIE-Lab60.055845.1226-51.9214

#af76ed color RGB value is (175,118,237).

#af76ed hex color red value is 175, green value is 118 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #af76ed hue: 0.75 , saturation: 0.77 and the lightness value of af76ed is 0.70.

The process color (four color CMYK) of #af76ed color hex is 0.26, 0.50, 0.00, 0.07. Web safe color of #af76ed is #9966ff. Color #af76ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110110 11101101
Octal 257 166 355
Decimal 175 118 237
Hex AF 76 ED

RGB Percentages of Color #af76ed

%33.02
%22.26
%44.72

CMYK Percentages of Color #af76ed

%26
%50
%0
%7

Triadic Colors of #af76ed

#af76ed #edaf76 #76edaf

Analogous Colors of #af76ed

#af76ed #eb76ed #7679ed

Monochromatic Colors of #af76ed

#af76ed

Complementary Color

#af76ed #b4ed76

#af76ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af76ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#af76ed Color CSS Codes

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

#af76ed Text Font Color

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

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


#af76ed Background Color

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

This div background color is #af76ed


#af76ed Border Color

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

This div border color is #af76ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af76ed


Comments

No comments written yet.

Please login to write comment.