Color Hex Logo

#af7aea Color Hex

#AF7AEA
(175,122,234)
0 Favorites   0 Comments

Color spaces of #af7aea

RGB 175122234
HSL0.750.730.70
HSV268°48°92°
CMYK 0.250.480.00   0.08
XYZ39.490028.973581.3530
Yxy28.97350.26360.1934
Hunter Lab53.827036.7585-51.9307
CIE-Lab60.758242.2407-49.1406

#af7aea color RGB value is (175,122,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111010 11101010
Octal 257 172 352
Decimal 175 122 234
Hex AF 7A EA

RGB Percentages of Color #af7aea

%32.96
%22.98
%44.07

CMYK Percentages of Color #af7aea

%25
%48
%0
%8

Triadic Colors of #af7aea

#af7aea #eaaf7a #7aeaaf

Analogous Colors of #af7aea

#af7aea #e77aea #7a7dea

Monochromatic Colors of #af7aea

#af7aea

Complementary Color

#af7aea #b5ea7a

#af7aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7aea Color CSS Codes

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

#af7aea Text Font Color

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

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


#af7aea Background Color

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

This div background color is #af7aea


#af7aea Border Color

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

This div border color is #af7aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,122,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 #af7aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7aea


Comments

No comments written yet.

Please login to write comment.