Color Hex Logo

#c711a0 Color Hex

#C711A0
(199,17,160)
0 Favorites   0 Comments

Color spaces of #c711a0

RGB 19917160
HSL0.870.840.42
HSV313°91°78°
CMYK 0.000.910.20   0.22
XYZ30.098815.081134.5823
Yxy15.08110.37740.1891
Hunter Lab38.834470.3872-25.6141
CIE-Lab45.745174.6632-29.9996

#c711a0 color RGB value is (199,17,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010001 10100000
Octal 307 21 240
Decimal 199 17 160
Hex C7 11 A0

RGB Percentages of Color #c711a0

%52.93
%4.52
%42.55

CMYK Percentages of Color #c711a0

%0
%91
%20
%22

Triadic Colors of #c711a0

#c711a0 #a0c711 #11a0c7

Analogous Colors of #c711a0

#c711a0 #c71145 #9311c7

Monochromatic Colors of #c711a0

#c711a0

Complementary Color

#c711a0 #11c738

#c711a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c711a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c711a0 Color CSS Codes

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

#c711a0 Text Font Color

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

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


#c711a0 Background Color

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

This div background color is #c711a0


#c711a0 Border Color

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

This div border color is #c711a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c711a0


Comments

No comments written yet.

Please login to write comment.