color codes Logo

#c711ab color codes

#C711AB
(199,17,171)
0 Favorites   0 Comments

Color spaces of #c711ab

RGB 19917171
HSL0.860.840.42
HSV309°91°78°
CMYK 0.000.910.14   0.22
XYZ31.104315.483339.8773
Yxy15.48330.35970.1791
Hunter Lab39.348872.2395-32.5421
CIE-Lab46.289276.0716-35.6979

#c711ab color RGB value is (199,17,171).

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

The process color (four color CMYK) of #c711ab color code is 0.00, 0.91, 0.14, 0.22. Web safe color of #c711ab is #cc0099. Color #c711ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010001 10101011
Octal 307 21 253
Decimal 199 17 171
Hex C7 11 AB

RGB Percentages of Color #c711ab

%51.42
%4.39
%44.19

CMYK Percentages of Color #c711ab

%0
%91
%14
%22

Triadic Colors of #c711ab

#c711ab #abc711 #11abc7

Analogous Colors of #c711ab

#c711ab #c71150 #8811c7

Monochromatic Colors of #c711ab

#c711ab

Complementary Color

#c711ab #11c72d

#c711ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c711ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c711ab Color CSS Codes

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

#c711ab Text Font Color

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

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


#c711ab Background Color

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

This div background color is #c711ab


#c711ab Border Color

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

This div border color is #c711ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c711ab


Comments

No comments written yet.

Please login to write comment.