Color Hex Logo

#c11dfb Color Hex

#C11DFB
(193,29,251)
0 Favorites   0 Comments

Color spaces of #c11dfb

RGB 19329251
HSL0.790.970.55
HSV284°88°98°
CMYK 0.230.880.00   0.02
XYZ39.844319.181292.8691
Yxy19.18120.26230.1263
Hunter Lab43.796385.7491-95.0656
CIE-Lab50.898585.8519-74.3285

#c11dfb color RGB value is (193,29,251).

#c11dfb hex color red value is 193, green value is 29 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c11dfb hue: 0.79 , saturation: 0.97 and the lightness value of c11dfb is 0.55.

The process color (four color CMYK) of #c11dfb color hex is 0.23, 0.88, 0.00, 0.02. Web safe color of #c11dfb is #cc33ff. Color #c11dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011101 11111011
Octal 301 35 373
Decimal 193 29 251
Hex C1 1D FB

RGB Percentages of Color #c11dfb

%40.80
%6.13
%53.07

CMYK Percentages of Color #c11dfb

%23
%88
%0
%2

Triadic Colors of #c11dfb

#c11dfb #fbc11d #1dfbc1

Analogous Colors of #c11dfb

#c11dfb #fb1dc6 #521dfb

Monochromatic Colors of #c11dfb

#c11dfb

Complementary Color

#c11dfb #57fb1d

#c11dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11dfb Color CSS Codes

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

#c11dfb Text Font Color

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

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


#c11dfb Background Color

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

This div background color is #c11dfb


#c11dfb Border Color

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

This div border color is #c11dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11dfb


Comments

No comments written yet.

Please login to write comment.