Color Hex Logo

#c11fdb Color Hex

#C11FDB
(193,31,219)
0 Favorites   0 Comments

Color spaces of #c11fdb

RGB 19331219
HSL0.810.750.49
HSV292°86°86°
CMYK 0.120.860.00   0.14
XYZ35.268517.431968.5237
Yxy17.43190.29090.1438
Hunter Lab41.751577.7180-68.0822
CIE-Lab48.799779.9874-59.6683

#c11fdb color RGB value is (193,31,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011111 11011011
Octal 301 37 333
Decimal 193 31 219
Hex C1 1F DB

RGB Percentages of Color #c11fdb

%43.57
%7.00
%49.44

CMYK Percentages of Color #c11fdb

%12
%86
%0
%14

Triadic Colors of #c11fdb

#c11fdb #dbc11f #1fdbc1

Analogous Colors of #c11fdb

#c11fdb #db1f97 #631fdb

Monochromatic Colors of #c11fdb

#c11fdb

Complementary Color

#c11fdb #39db1f

#c11fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11fdb Color CSS Codes

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

#c11fdb Text Font Color

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

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


#c11fdb Background Color

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

This div background color is #c11fdb


#c11fdb Border Color

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

This div border color is #c11fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11fdb


Comments

No comments written yet.

Please login to write comment.