Color Hex Logo

#af97ef Color Hex

#AF97EF
(175,151,239)
0 Favorites   0 Comments

Color spaces of #af97ef

RGB 175151239
HSL0.710.730.76
HSV256°37°94°
CMYK 0.270.370.00   0.06
XYZ44.325837.479286.5593
Yxy37.47920.26330.2226
Hunter Lab61.220322.1054-40.9759
CIE-Lab67.635027.2462-41.0757

#af97ef color RGB value is (175,151,239).

#af97ef hex color red value is 175, green value is 151 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #af97ef hue: 0.71 , saturation: 0.73 and the lightness value of af97ef is 0.76.

The process color (four color CMYK) of #af97ef color hex is 0.27, 0.37, 0.00, 0.06. Web safe color of #af97ef is #9999ff. Color #af97ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010111 11101111
Octal 257 227 357
Decimal 175 151 239
Hex AF 97 EF

RGB Percentages of Color #af97ef

%30.97
%26.73
%42.30

CMYK Percentages of Color #af97ef

%27
%37
%0
%6

Triadic Colors of #af97ef

#af97ef #efaf97 #97efaf

Analogous Colors of #af97ef

#af97ef #db97ef #97abef

Monochromatic Colors of #af97ef

#af97ef

Complementary Color

#af97ef #d7ef97

#af97ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af97ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#af97ef Color CSS Codes

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

#af97ef Text Font Color

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

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


#af97ef Background Color

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

This div background color is #af97ef


#af97ef Border Color

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

This div border color is #af97ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af97ef


Comments

No comments written yet.

Please login to write comment.