Color Hex Logo

#af76ea Color Hex

#AF76EA
(175,118,234)
0 Favorites   0 Comments

Color spaces of #af76ea

RGB 175118234
HSL0.750.730.69
HSV269°50°92°
CMYK 0.250.500.00   0.08
XYZ39.008928.011381.1926
Yxy28.01130.26320.1890
Hunter Lab52.925738.9435-53.9080
CIE-Lab59.898944.4232-50.5028

#af76ea color RGB value is (175,118,234).

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

The process color (four color CMYK) of #af76ea color hex is 0.25, 0.50, 0.00, 0.08. Web safe color of #af76ea is #9966ff. Color #af76ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110110 11101010
Octal 257 166 352
Decimal 175 118 234
Hex AF 76 EA

RGB Percentages of Color #af76ea

%33.21
%22.39
%44.40

CMYK Percentages of Color #af76ea

%25
%50
%0
%8

Triadic Colors of #af76ea

#af76ea #eaaf76 #76eaaf

Analogous Colors of #af76ea

#af76ea #e976ea #7677ea

Monochromatic Colors of #af76ea

#af76ea

Complementary Color

#af76ea #b1ea76

#af76ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af76ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#af76ea Color CSS Codes

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

#af76ea Text Font Color

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

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


#af76ea Background Color

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

This div background color is #af76ea


#af76ea Border Color

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

This div border color is #af76ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af76ea


Comments

No comments written yet.

Please login to write comment.