Color Hex Logo

#c011df Color Hex

#C011DF
(192,17,223)
0 Favorites   0 Comments

Color spaces of #c011df

RGB 19217223
HSL0.810.860.47
HSV291°92°87°
CMYK 0.140.920.00   0.13
XYZ35.258016.935171.2225
Yxy16.93510.28570.1372
Hunter Lab41.152380.9168-73.8070
CIE-Lab48.178282.6307-62.9611

#c011df color RGB value is (192,17,223).

#c011df hex color red value is 192, green value is 17 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c011df hue: 0.81 , saturation: 0.86 and the lightness value of c011df is 0.47.

The process color (four color CMYK) of #c011df color hex is 0.14, 0.92, 0.00, 0.13. Web safe color of #c011df is #cc00cc. Color #c011df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010001 11011111
Octal 300 21 337
Decimal 192 17 223
Hex C0 11 DF

RGB Percentages of Color #c011df

%44.44
%3.94
%51.62

CMYK Percentages of Color #c011df

%14
%92
%0
%13

Triadic Colors of #c011df

#c011df #dfc011 #11dfc0

Analogous Colors of #c011df

#c011df #df1197 #5911df

Monochromatic Colors of #c011df

#c011df

Complementary Color

#c011df #30df11

#c011df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c011df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c011df Color CSS Codes

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

#c011df Text Font Color

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

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


#c011df Background Color

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

This div background color is #c011df


#c011df Border Color

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

This div border color is #c011df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c011df


Comments

No comments written yet.

Please login to write comment.