Color Hex Logo

#af4ccc Color Hex

#AF4CCC
(175,76,204)
0 Favorites   0 Comments

Color spaces of #af4ccc

RGB 17576204
HSL0.800.560.55
HSV286°63°80°
CMYK 0.140.630.00   0.20
XYZ31.162718.642559.0826
Yxy18.64250.28620.1712
Hunter Lab43.177053.2716-50.9075
CIE-Lab50.266359.1442-48.8763

#af4ccc color RGB value is (175,76,204).

#af4ccc hex color red value is 175, green value is 76 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #af4ccc hue: 0.80 , saturation: 0.56 and the lightness value of af4ccc is 0.55.

The process color (four color CMYK) of #af4ccc color hex is 0.14, 0.63, 0.00, 0.20. Web safe color of #af4ccc is #9933cc. Color #af4ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001100 11001100
Octal 257 114 314
Decimal 175 76 204
Hex AF 4C CC

RGB Percentages of Color #af4ccc

%38.46
%16.70
%44.84

CMYK Percentages of Color #af4ccc

%14
%63
%0
%20

Triadic Colors of #af4ccc

#af4ccc #ccaf4c #4cccaf

Analogous Colors of #af4ccc

#af4ccc #cc4ca9 #6f4ccc

Monochromatic Colors of #af4ccc

#af4ccc

Complementary Color

#af4ccc #69cc4c

#af4ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4ccc Color CSS Codes

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

#af4ccc Text Font Color

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

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


#af4ccc Background Color

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

This div background color is #af4ccc


#af4ccc Border Color

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

This div border color is #af4ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4ccc


Comments

No comments written yet.

Please login to write comment.