Color Hex Logo

#c711af Color Hex

#C711AF
(199,17,175)
0 Favorites   0 Comments

Color spaces of #c711af

RGB 19917175
HSL0.860.840.42
HSV308°91°78°
CMYK 0.000.910.12   0.22
XYZ31.491515.638241.9161
Yxy15.63820.35370.1756
Hunter Lab39.545272.9431-35.1631
CIE-Lab46.496276.6030-37.7392

#c711af color RGB value is (199,17,175).

#c711af hex color red value is 199, green value is 17 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c711af hue: 0.86 , saturation: 0.84 and the lightness value of c711af is 0.42.

The process color (four color CMYK) of #c711af color hex is 0.00, 0.91, 0.12, 0.22. Web safe color of #c711af is #cc0099. Color #c711af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010001 10101111
Octal 307 21 257
Decimal 199 17 175
Hex C7 11 AF

RGB Percentages of Color #c711af

%50.90
%4.35
%44.76

CMYK Percentages of Color #c711af

%0
%91
%12
%22

Triadic Colors of #c711af

#c711af #afc711 #11afc7

Analogous Colors of #c711af

#c711af #c71154 #8411c7

Monochromatic Colors of #c711af

#c711af

Complementary Color

#c711af #11c729

#c711af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c711af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c711af Color CSS Codes

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

#c711af Text Font Color

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

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


#c711af Background Color

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

This div background color is #c711af


#c711af Border Color

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

This div border color is #c711af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c711af


Comments

No comments written yet.

Please login to write comment.