Color Hex Logo

#af1c7c Color Hex

#AF1C7C
(175,28,124)
0 Favorites   0 Comments

Color spaces of #af1c7c

RGB 17528124
HSL0.890.720.40
HSV321°84°69°
CMYK 0.000.840.29   0.31
XYZ21.732511.399720.1237
Yxy11.39970.40810.2141
Hunter Lab33.763455.8090-11.7036
CIE-Lab40.245763.3075-16.9480

#af1c7c color RGB value is (175,28,124).

#af1c7c hex color red value is 175, green value is 28 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #af1c7c hue: 0.89 , saturation: 0.72 and the lightness value of af1c7c is 0.40.

The process color (four color CMYK) of #af1c7c color hex is 0.00, 0.84, 0.29, 0.31. Web safe color of #af1c7c is #993366. Color #af1c7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011100 01111100
Octal 257 34 174
Decimal 175 28 124
Hex AF 1C 7C

RGB Percentages of Color #af1c7c

%53.52
%8.56
%37.92

CMYK Percentages of Color #af1c7c

%0
%84
%29
%31

Triadic Colors of #af1c7c

#af1c7c #7caf1c #1c7caf

Analogous Colors of #af1c7c

#af1c7c #af1c33 #991caf

Monochromatic Colors of #af1c7c

#af1c7c

Complementary Color

#af1c7c #1caf4f

#af1c7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1c7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1c7c Color CSS Codes

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

#af1c7c Text Font Color

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

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


#af1c7c Background Color

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

This div background color is #af1c7c


#af1c7c Border Color

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

This div border color is #af1c7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1c7c


Comments

No comments written yet.

Please login to write comment.