Color Hex Logo

#af98ce Color Hex

#AF98CE
(175,152,206)
0 Favorites   0 Comments

Color spaces of #af98ce

RGB 175152206
HSL0.740.360.70
HSV266°26°81°
CMYK 0.150.260.00   0.19
XYZ40.048036.026763.2356
Yxy36.02670.28750.2586
Hunter Lab60.022214.0597-20.4486
CIE-Lab66.540319.0670-24.5536

#af98ce color RGB value is (175,152,206).

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

The process color (four color CMYK) of #af98ce color hex is 0.15, 0.26, 0.00, 0.19. Web safe color of #af98ce is #9999cc. Color #af98ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011000 11001110
Octal 257 230 316
Decimal 175 152 206
Hex AF 98 CE

RGB Percentages of Color #af98ce

%32.83
%28.52
%38.65

CMYK Percentages of Color #af98ce

%15
%26
%0
%19

Triadic Colors of #af98ce

#af98ce #ceaf98 #98ceaf

Analogous Colors of #af98ce

#af98ce #ca98ce #989cce

Monochromatic Colors of #af98ce

#af98ce

Complementary Color

#af98ce #b7ce98

#af98ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af98ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#af98ce Color CSS Codes

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

#af98ce Text Font Color

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

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


#af98ce Background Color

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

This div background color is #af98ce


#af98ce Border Color

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

This div border color is #af98ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af98ce


Comments

No comments written yet.

Please login to write comment.