Color Hex Logo

#af98ed Color Hex

#AF98ED
(175,152,237)
0 Favorites   0 Comments

Color spaces of #af98ed

RGB 175152237
HSL0.710.700.76
HSV256°36°93°
CMYK 0.260.360.00   0.07
XYZ44.193537.684985.0654
Yxy37.68490.26470.2257
Hunter Lab61.388021.0739-39.1865
CIE-Lab67.787726.2017-39.7404

#af98ed color RGB value is (175,152,237).

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

The process color (four color CMYK) of #af98ed color hex is 0.26, 0.36, 0.00, 0.07. Web safe color of #af98ed is #9999ff. Color #af98ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011000 11101101
Octal 257 230 355
Decimal 175 152 237
Hex AF 98 ED

RGB Percentages of Color #af98ed

%31.03
%26.95
%42.02

CMYK Percentages of Color #af98ed

%26
%36
%0
%7

Triadic Colors of #af98ed

#af98ed #edaf98 #98edaf

Analogous Colors of #af98ed

#af98ed #da98ed #98aced

Monochromatic Colors of #af98ed

#af98ed

Complementary Color

#af98ed #d6ed98

#af98ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af98ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#af98ed Color CSS Codes

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

#af98ed Text Font Color

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

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


#af98ed Background Color

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

This div background color is #af98ed


#af98ed Border Color

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

This div border color is #af98ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af98ed


Comments

No comments written yet.

Please login to write comment.