Color Hex Logo

#c711bc Color Hex

#C711BC
(199,17,188)
0 Favorites   0 Comments

Color spaces of #c711bc

RGB 19917188
HSL0.840.840.42
HSV304°91°78°
CMYK 0.000.910.06   0.22
XYZ32.830716.173948.9684
Yxy16.17390.33510.1651
Hunter Lab40.216875.3379-44.0404
CIE-Lab47.201878.3980-44.2630

#c711bc color RGB value is (199,17,188).

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

The process color (four color CMYK) of #c711bc color hex is 0.00, 0.91, 0.06, 0.22. Web safe color of #c711bc is #cc00cc. Color #c711bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010001 10111100
Octal 307 21 274
Decimal 199 17 188
Hex C7 11 BC

RGB Percentages of Color #c711bc

%49.26
%4.21
%46.53

CMYK Percentages of Color #c711bc

%0
%91
%6
%22

Triadic Colors of #c711bc

#c711bc #bcc711 #11bcc7

Analogous Colors of #c711bc

#c711bc #c71161 #7711c7

Monochromatic Colors of #c711bc

#c711bc

Complementary Color

#c711bc #11c71c

#c711bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c711bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c711bc Color CSS Codes

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

#c711bc Text Font Color

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

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


#c711bc Background Color

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

This div background color is #c711bc


#c711bc Border Color

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

This div border color is #c711bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c711bc


Comments

No comments written yet.

Please login to write comment.