Color Hex Logo

#af98da Color Hex

#AF98DA
(175,152,218)
0 Favorites   0 Comments

Color spaces of #af98da

RGB 175152218
HSL0.720.470.73
HSV261°30°85°
CMYK 0.200.300.00   0.15
XYZ41.562336.632471.2099
Yxy36.63240.27820.2452
Hunter Lab60.524716.6577-27.3899
CIE-Lab67.000321.7504-30.4988

#af98da color RGB value is (175,152,218).

#af98da hex color red value is 175, green value is 152 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #af98da hue: 0.72 , saturation: 0.47 and the lightness value of af98da is 0.73.

The process color (four color CMYK) of #af98da color hex is 0.20, 0.30, 0.00, 0.15. Web safe color of #af98da is #9999cc. Color #af98da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011000 11011010
Octal 257 230 332
Decimal 175 152 218
Hex AF 98 DA

RGB Percentages of Color #af98da

%32.11
%27.89
%40.00

CMYK Percentages of Color #af98da

%20
%30
%0
%15

Triadic Colors of #af98da

#af98da #daaf98 #98daaf

Analogous Colors of #af98da

#af98da #d098da #98a2da

Monochromatic Colors of #af98da

#af98da

Complementary Color

#af98da #c3da98

#af98da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af98da Color Preview on White Background

Lorem ipsum dolor sit amet.

#af98da Color CSS Codes

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

#af98da Text Font Color

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

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


#af98da Background Color

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

This div background color is #af98da


#af98da Border Color

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

This div border color is #af98da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af98da


Comments

No comments written yet.

Please login to write comment.