Color Hex Logo

#c11edf Color Hex

#C11EDF
(193,30,223)
0 Favorites   0 Comments

Color spaces of #c11edf

RGB 19330223
HSL0.810.760.50
HSV291°87°87°
CMYK 0.130.870.00   0.13
XYZ35.775917.593771.3224
Yxy17.59370.28690.1411
Hunter Lab41.944878.8440-71.4545
CIE-Lab48.999680.8407-61.6260

#c11edf color RGB value is (193,30,223).

#c11edf hex color red value is 193, green value is 30 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c11edf hue: 0.81 , saturation: 0.76 and the lightness value of c11edf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011110 11011111
Octal 301 36 337
Decimal 193 30 223
Hex C1 1E DF

RGB Percentages of Color #c11edf

%43.27
%6.73
%50.00

CMYK Percentages of Color #c11edf

%13
%87
%0
%13

Triadic Colors of #c11edf

#c11edf #dfc11e #1edfc1

Analogous Colors of #c11edf

#c11edf #df1e9d #611edf

Monochromatic Colors of #c11edf

#c11edf

Complementary Color

#c11edf #3cdf1e

#c11edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11edf Color CSS Codes

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

#c11edf Text Font Color

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

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


#c11edf Background Color

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

This div background color is #c11edf


#c11edf Border Color

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

This div border color is #c11edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11edf


Comments

No comments written yet.

Please login to write comment.