Color Hex Logo

#c911bb Color Hex

#C911BB
(201,17,187)
0 Favorites   0 Comments

Color spaces of #c911bb

RGB 20117187
HSL0.850.840.43
HSV305°92°79°
CMYK 0.000.920.07   0.21
XYZ33.257516.406348.4276
Yxy16.40630.33900.1673
Hunter Lab40.504775.6792-42.5341
CIE-Lab47.503178.6131-43.1774

#c911bb color RGB value is (201,17,187).

#c911bb hex color red value is 201, green value is 17 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c911bb hue: 0.85 , saturation: 0.84 and the lightness value of c911bb is 0.43.

The process color (four color CMYK) of #c911bb color hex is 0.00, 0.92, 0.07, 0.21. Web safe color of #c911bb is #cc00cc. Color #c911bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010001 10111011
Octal 311 21 273
Decimal 201 17 187
Hex C9 11 BB

RGB Percentages of Color #c911bb

%49.63
%4.20
%46.17

CMYK Percentages of Color #c911bb

%0
%92
%7
%21

Triadic Colors of #c911bb

#c911bb #bbc911 #11bbc9

Analogous Colors of #c911bb

#c911bb #c9115f #7b11c9

Monochromatic Colors of #c911bb

#c911bb

Complementary Color

#c911bb #11c91f

#c911bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c911bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c911bb Color CSS Codes

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

#c911bb Text Font Color

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

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


#c911bb Background Color

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

This div background color is #c911bb


#c911bb Border Color

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

This div border color is #c911bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c911bb


Comments

No comments written yet.

Please login to write comment.