Color Hex Logo

#c11bca Color Hex

#C11BCA
(193,27,202)
0 Favorites   0 Comments

Color spaces of #c11bca

RGB 19327202
HSL0.820.760.45
HSV297°87°79°
CMYK 0.040.870.00   0.21
XYZ33.044916.385657.2982
Yxy16.38560.30960.1535
Hunter Lab40.479174.8789-55.5896
CIE-Lab47.476477.9759-52.0274

#c11bca color RGB value is (193,27,202).

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

The process color (four color CMYK) of #c11bca color hex is 0.04, 0.87, 0.00, 0.21. Web safe color of #c11bca is #cc33cc. Color #c11bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011011 11001010
Octal 301 33 312
Decimal 193 27 202
Hex C1 1B CA

RGB Percentages of Color #c11bca

%45.73
%6.40
%47.87

CMYK Percentages of Color #c11bca

%4
%87
%0
%21

Triadic Colors of #c11bca

#c11bca #cac11b #1bcac1

Analogous Colors of #c11bca

#c11bca #ca1b7c #6a1bca

Monochromatic Colors of #c11bca

#c11bca

Complementary Color

#c11bca #24ca1b

#c11bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11bca Color CSS Codes

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

#c11bca Text Font Color

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

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


#c11bca Background Color

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

This div background color is #c11bca


#c11bca Border Color

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

This div border color is #c11bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11bca


Comments

No comments written yet.

Please login to write comment.