Color Hex Logo

#af68cc Color Hex

#AF68CC
(175,104,204)
0 Favorites   0 Comments

Color spaces of #af68cc

RGB 175104204
HSL0.790.500.60
HSV283°49°80°
CMYK 0.140.490.00   0.20
XYZ33.528623.374259.8713
Yxy23.37420.28710.2002
Hunter Lab48.346939.1829-39.5801
CIE-Lab55.455745.2894-40.6517

#af68cc color RGB value is (175,104,204).

#af68cc hex color red value is 175, green value is 104 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #af68cc hue: 0.79 , saturation: 0.50 and the lightness value of af68cc is 0.60.

The process color (four color CMYK) of #af68cc color hex is 0.14, 0.49, 0.00, 0.20. Web safe color of #af68cc is #9966cc. Color #af68cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101000 11001100
Octal 257 150 314
Decimal 175 104 204
Hex AF 68 CC

RGB Percentages of Color #af68cc

%36.23
%21.53
%42.24

CMYK Percentages of Color #af68cc

%14
%49
%0
%20

Triadic Colors of #af68cc

#af68cc #ccaf68 #68ccaf

Analogous Colors of #af68cc

#af68cc #cc68b7 #7d68cc

Monochromatic Colors of #af68cc

#af68cc

Complementary Color

#af68cc #85cc68

#af68cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af68cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af68cc Color CSS Codes

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

#af68cc Text Font Color

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

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


#af68cc Background Color

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

This div background color is #af68cc


#af68cc Border Color

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

This div border color is #af68cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af68cc


Comments

No comments written yet.

Please login to write comment.