Color Hex Logo

#c11ddb Color Hex

#C11DDB
(193,29,219)
0 Favorites   0 Comments

Color spaces of #c11ddb

RGB 19329219
HSL0.810.770.49
HSV292°87°86°
CMYK 0.120.870.00   0.14
XYZ35.217917.330768.5068
Yxy17.33070.29090.1432
Hunter Lab41.630278.1530-68.4268
CIE-Lab48.674080.3571-59.8708

#c11ddb color RGB value is (193,29,219).

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

The process color (four color CMYK) of #c11ddb color hex is 0.12, 0.87, 0.00, 0.14. Web safe color of #c11ddb is #cc33cc. Color #c11ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011101 11011011
Octal 301 35 333
Decimal 193 29 219
Hex C1 1D DB

RGB Percentages of Color #c11ddb

%43.76
%6.58
%49.66

CMYK Percentages of Color #c11ddb

%12
%87
%0
%14

Triadic Colors of #c11ddb

#c11ddb #dbc11d #1ddbc1

Analogous Colors of #c11ddb

#c11ddb #db1d96 #621ddb

Monochromatic Colors of #c11ddb

#c11ddb

Complementary Color

#c11ddb #37db1d

#c11ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11ddb Color CSS Codes

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

#c11ddb Text Font Color

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

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


#c11ddb Background Color

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

This div background color is #c11ddb


#c11ddb Border Color

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

This div border color is #c11ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11ddb


Comments

No comments written yet.

Please login to write comment.