Color Hex Logo

#c11dcb Color Hex

#C11DCB
(193,29,203)
0 Favorites   0 Comments

Color spaces of #c11dcb

RGB 19329203
HSL0.820.750.45
HSV297°86°80°
CMYK 0.050.860.00   0.20
XYZ33.211216.528057.9397
Yxy16.52800.30840.1535
Hunter Lab40.654674.6729-56.0400
CIE-Lab47.659777.7744-52.3116

#c11dcb color RGB value is (193,29,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011101 11001011
Octal 301 35 313
Decimal 193 29 203
Hex C1 1D CB

RGB Percentages of Color #c11dcb

%45.41
%6.82
%47.76

CMYK Percentages of Color #c11dcb

%5
%86
%0
%20

Triadic Colors of #c11dcb

#c11dcb #cbc11d #1dcbc1

Analogous Colors of #c11dcb

#c11dcb #cb1d7e #6a1dcb

Monochromatic Colors of #c11dcb

#c11dcb

Complementary Color

#c11dcb #27cb1d

#c11dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11dcb Color CSS Codes

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

#c11dcb Text Font Color

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

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


#c11dcb Background Color

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

This div background color is #c11dcb


#c11dcb Border Color

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

This div border color is #c11dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11dcb


Comments

No comments written yet.

Please login to write comment.