Color Hex Logo

#c11bdd Color Hex

#C11BDD
(193,27,221)
0 Favorites   0 Comments

Color spaces of #c11bdd

RGB 19327221
HSL0.810.780.49
HSV291°88°87°
CMYK 0.130.880.00   0.13
XYZ35.435417.341869.8863
Yxy17.34180.28890.1414
Hunter Lab41.643579.0137-70.3503
CIE-Lab48.687881.0353-60.9897

#c11bdd color RGB value is (193,27,221).

#c11bdd hex color red value is 193, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c11bdd hue: 0.81 , saturation: 0.78 and the lightness value of c11bdd is 0.49.

The process color (four color CMYK) of #c11bdd color hex is 0.13, 0.88, 0.00, 0.13. Web safe color of #c11bdd is #cc33cc. Color #c11bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011011 11011101
Octal 301 33 335
Decimal 193 27 221
Hex C1 1B DD

RGB Percentages of Color #c11bdd

%43.76
%6.12
%50.11

CMYK Percentages of Color #c11bdd

%13
%88
%0
%13

Triadic Colors of #c11bdd

#c11bdd #ddc11b #1bddc1

Analogous Colors of #c11bdd

#c11bdd #dd1b98 #601bdd

Monochromatic Colors of #c11bdd

#c11bdd

Complementary Color

#c11bdd #37dd1b

#c11bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11bdd Color CSS Codes

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

#c11bdd Text Font Color

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

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


#c11bdd Background Color

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

This div background color is #c11bdd


#c11bdd Border Color

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

This div border color is #c11bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11bdd


Comments

No comments written yet.

Please login to write comment.