Color Hex Logo

#af7ccc Color Hex

#AF7CCC
(175,124,204)
0 Favorites   0 Comments

Color spaces of #af7ccc

RGB 175124204
HSL0.770.440.64
HSV278°39°80°
CMYK 0.140.390.00   0.20
XYZ35.785927.888960.6237
Yxy27.88890.28790.2244
Hunter Lab52.809928.5406-31.0956
CIE-Lab59.788234.3715-33.8653

#af7ccc color RGB value is (175,124,204).

#af7ccc hex color red value is 175, green value is 124 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #af7ccc hue: 0.77 , saturation: 0.44 and the lightness value of af7ccc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111100 11001100
Octal 257 174 314
Decimal 175 124 204
Hex AF 7C CC

RGB Percentages of Color #af7ccc

%34.79
%24.65
%40.56

CMYK Percentages of Color #af7ccc

%14
%39
%0
%20

Triadic Colors of #af7ccc

#af7ccc #ccaf7c #7cccaf

Analogous Colors of #af7ccc

#af7ccc #cc7cc1 #877ccc

Monochromatic Colors of #af7ccc

#af7ccc

Complementary Color

#af7ccc #99cc7c

#af7ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7ccc Color CSS Codes

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

#af7ccc Text Font Color

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

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


#af7ccc Background Color

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

This div background color is #af7ccc


#af7ccc Border Color

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

This div border color is #af7ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7ccc


Comments

No comments written yet.

Please login to write comment.