Color Hex Logo

#c71dfc Color Hex

#C71DFC
(199,29,252)
0 Favorites   0 Comments

Color spaces of #c71dfc

RGB 19929252
HSL0.790.970.55
HSV286°88°99°
CMYK 0.210.880.00   0.01
XYZ41.563220.049193.7747
Yxy20.04910.26750.1290
Hunter Lab44.776287.3329-92.8275
CIE-Lab51.892786.8723-73.2289

#c71dfc color RGB value is (199,29,252).

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

The process color (four color CMYK) of #c71dfc color hex is 0.21, 0.88, 0.00, 0.01. Web safe color of #c71dfc is #cc33ff. Color #c71dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011101 11111100
Octal 307 35 374
Decimal 199 29 252
Hex C7 1D FC

RGB Percentages of Color #c71dfc

%41.46
%6.04
%52.50

CMYK Percentages of Color #c71dfc

%21
%88
%0
%1

Triadic Colors of #c71dfc

#c71dfc #fcc71d #1dfcc7

Analogous Colors of #c71dfc

#c71dfc #fc1dc2 #581dfc

Monochromatic Colors of #c71dfc

#c71dfc

Complementary Color

#c71dfc #52fc1d

#c71dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71dfc Color CSS Codes

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

#c71dfc Text Font Color

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

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


#c71dfc Background Color

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

This div background color is #c71dfc


#c71dfc Border Color

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

This div border color is #c71dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71dfc


Comments

No comments written yet.

Please login to write comment.