Color Hex Logo

#c701df Color Hex

#C701DF
(199,1,223)
0 Favorites   0 Comments

Color spaces of #c701df

RGB 1991223
HSL0.820.990.44
HSV294°100°87°
CMYK 0.111.000.00   0.13
XYZ36.883317.491571.2443
Yxy17.49150.29360.1392
Hunter Lab41.822884.2281-71.7232
CIE-Lab48.873585.0714-61.7800

#c701df color RGB value is (199,1,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000001 11011111
Octal 307 1 337
Decimal 199 1 223
Hex C7 1 DF

RGB Percentages of Color #c701df

%47.04
%0.24
%52.72

CMYK Percentages of Color #c701df

%11
%100
%0
%13

Triadic Colors of #c701df

#c701df #dfc701 #01dfc7

Analogous Colors of #c701df

#c701df #df0188 #5801df

Monochromatic Colors of #c701df

#c701df

Complementary Color

#c701df #19df01

#c701df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c701df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c701df Color CSS Codes

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

#c701df Text Font Color

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

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


#c701df Background Color

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

This div background color is #c701df


#c701df Border Color

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

This div border color is #c701df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c701df


Comments

No comments written yet.

Please login to write comment.