Color Hex Logo

#c11ccb Color Hex

#C11CCB
(193,28,203)
0 Favorites   0 Comments

Color spaces of #c11ccb

RGB 19328203
HSL0.820.760.45
HSV297°86°80°
CMYK 0.050.860.00   0.20
XYZ33.187116.479857.9317
Yxy16.47980.30840.1532
Hunter Lab40.595374.8838-56.1933
CIE-Lab47.597877.9562-52.4110

#c11ccb color RGB value is (193,28,203).

#c11ccb hex color red value is 193, green value is 28 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c11ccb hue: 0.82 , saturation: 0.76 and the lightness value of c11ccb is 0.45.

The process color (four color CMYK) of #c11ccb color hex is 0.05, 0.86, 0.00, 0.20. Web safe color of #c11ccb is #cc33cc. Color #c11ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011100 11001011
Octal 301 34 313
Decimal 193 28 203
Hex C1 1C CB

RGB Percentages of Color #c11ccb

%45.52
%6.60
%47.88

CMYK Percentages of Color #c11ccb

%5
%86
%0
%20

Triadic Colors of #c11ccb

#c11ccb #cbc11c #1ccbc1

Analogous Colors of #c11ccb

#c11ccb #cb1c7e #6a1ccb

Monochromatic Colors of #c11ccb

#c11ccb

Complementary Color

#c11ccb #26cb1c

#c11ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11ccb Color CSS Codes

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

#c11ccb Text Font Color

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

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


#c11ccb Background Color

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

This div background color is #c11ccb


#c11ccb Border Color

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

This div border color is #c11ccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,28,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11ccb


Comments

No comments written yet.

Please login to write comment.