Color Hex Logo

#af94cc Color Hex

#AF94CC
(175,148,204)
0 Favorites   0 Comments

Color spaces of #af94cc

RGB 175148204
HSL0.750.350.69
HSV269°27°80°
CMYK 0.140.270.00   0.20
XYZ39.168234.653461.7511
Yxy34.65340.28890.2556
Hunter Lab58.867115.7504-20.9877
CIE-Lab65.477920.8810-25.0692

#af94cc color RGB value is (175,148,204).

#af94cc hex color red value is 175, green value is 148 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #af94cc hue: 0.75 , saturation: 0.35 and the lightness value of af94cc is 0.69.

The process color (four color CMYK) of #af94cc color hex is 0.14, 0.27, 0.00, 0.20. Web safe color of #af94cc is #9999cc. Color #af94cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010100 11001100
Octal 257 224 314
Decimal 175 148 204
Hex AF 94 CC

RGB Percentages of Color #af94cc

%33.21
%28.08
%38.71

CMYK Percentages of Color #af94cc

%14
%27
%0
%20

Triadic Colors of #af94cc

#af94cc #ccaf94 #94ccaf

Analogous Colors of #af94cc

#af94cc #cb94cc #9495cc

Monochromatic Colors of #af94cc

#af94cc

Complementary Color

#af94cc #b1cc94

#af94cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af94cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af94cc Color CSS Codes

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

#af94cc Text Font Color

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

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


#af94cc Background Color

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

This div background color is #af94cc


#af94cc Border Color

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

This div border color is #af94cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af94cc


Comments

No comments written yet.

Please login to write comment.