Color Hex Logo

#c11cbb Color Hex

#C11CBB
(193,28,187)
0 Favorites   0 Comments

Color spaces of #c11cbb

RGB 19328187
HSL0.840.750.43
HSV302°85°76°
CMYK 0.000.850.03   0.24
XYZ31.377215.755848.4011
Yxy15.75580.32840.1649
Hunter Lab39.693671.6379-44.5109
CIE-Lab46.652575.5104-44.6162

#c11cbb color RGB value is (193,28,187).

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

The process color (four color CMYK) of #c11cbb color hex is 0.00, 0.85, 0.03, 0.24. Web safe color of #c11cbb is #cc33cc. Color #c11cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011100 10111011
Octal 301 34 273
Decimal 193 28 187
Hex C1 1C BB

RGB Percentages of Color #c11cbb

%47.30
%6.86
%45.83

CMYK Percentages of Color #c11cbb

%0
%85
%3
%24

Triadic Colors of #c11cbb

#c11cbb #bbc11c #1cbbc1

Analogous Colors of #c11cbb

#c11cbb #c11c69 #751cc1

Monochromatic Colors of #c11cbb

#c11cbb

Complementary Color

#c11cbb #1cc122

#c11cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11cbb Color CSS Codes

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

#c11cbb Text Font Color

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

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


#c11cbb Background Color

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

This div background color is #c11cbb


#c11cbb Border Color

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

This div border color is #c11cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,28,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 #c11cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11cbb


Comments

No comments written yet.

Please login to write comment.