Color Hex Logo

#c001df Color Hex

#C001DF
(192,1,223)
0 Favorites   0 Comments

Color spaces of #c001df

RGB 1921223
HSL0.810.990.44
HSV292°100°87°
CMYK 0.141.000.00   0.13
XYZ35.068416.555971.1593
Yxy16.55590.28560.1348
Hunter Lab40.688982.6374-75.2077
CIE-Lab47.695584.0659-63.7418

#c001df color RGB value is (192,1,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000001 11011111
Octal 300 1 337
Decimal 192 1 223
Hex C0 1 DF

RGB Percentages of Color #c001df

%46.15
%0.24
%53.61

CMYK Percentages of Color #c001df

%14
%100
%0
%13

Triadic Colors of #c001df

#c001df #dfc001 #01dfc0

Analogous Colors of #c001df

#c001df #df018f #5101df

Monochromatic Colors of #c001df

#c001df

Complementary Color

#c001df #20df01

#c001df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c001df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c001df Color CSS Codes

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

#c001df Text Font Color

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

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


#c001df Background Color

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

This div background color is #c001df


#c001df Border Color

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

This div border color is #c001df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c001df


Comments

No comments written yet.

Please login to write comment.