Color Hex Logo

#c11fcb Color Hex

#C11FCB
(193,31,203)
0 Favorites   0 Comments

Color spaces of #c11fcb

RGB 19331203
HSL0.820.740.46
HSV297°85°80°
CMYK 0.050.850.00   0.20
XYZ33.261816.629257.9566
Yxy16.62920.30840.1542
Hunter Lab40.778974.2325-55.7200
CIE-Lab47.789477.3943-52.1038

#c11fcb color RGB value is (193,31,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011111 11001011
Octal 301 37 313
Decimal 193 31 203
Hex C1 1F CB

RGB Percentages of Color #c11fcb

%45.20
%7.26
%47.54

CMYK Percentages of Color #c11fcb

%5
%85
%0
%20

Triadic Colors of #c11fcb

#c11fcb #cbc11f #1fcbc1

Analogous Colors of #c11fcb

#c11fcb #cb1f7f #6b1fcb

Monochromatic Colors of #c11fcb

#c11fcb

Complementary Color

#c11fcb #29cb1f

#c11fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11fcb Color CSS Codes

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

#c11fcb Text Font Color

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

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


#c11fcb Background Color

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

This div background color is #c11fcb


#c11fcb Border Color

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

This div border color is #c11fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11fcb


Comments

No comments written yet.

Please login to write comment.