Color Hex Logo

#c71fdc Color Hex

#C71FDC
(199,31,220)
0 Favorites   0 Comments

Color spaces of #c71fdc

RGB 19931220
HSL0.810.750.49
HSV293°86°86°
CMYK 0.100.860.00   0.14
XYZ36.961418.289469.2923
Yxy18.28940.29680.1469
Hunter Lab42.766179.4312-66.1291
CIE-Lab49.845381.1398-58.5040

#c71fdc color RGB value is (199,31,220).

#c71fdc hex color red value is 199, green value is 31 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c71fdc hue: 0.81 , saturation: 0.75 and the lightness value of c71fdc is 0.49.

The process color (four color CMYK) of #c71fdc color hex is 0.10, 0.86, 0.00, 0.14. Web safe color of #c71fdc is #cc33cc. Color #c71fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011111 11011100
Octal 307 37 334
Decimal 199 31 220
Hex C7 1F DC

RGB Percentages of Color #c71fdc

%44.22
%6.89
%48.89

CMYK Percentages of Color #c71fdc

%10
%86
%0
%14

Triadic Colors of #c71fdc

#c71fdc #dcc71f #1fdcc7

Analogous Colors of #c71fdc

#c71fdc #dc1f93 #691fdc

Monochromatic Colors of #c71fdc

#c71fdc

Complementary Color

#c71fdc #34dc1f

#c71fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71fdc Color CSS Codes

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

#c71fdc Text Font Color

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

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


#c71fdc Background Color

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

This div background color is #c71fdc


#c71fdc Border Color

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

This div border color is #c71fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71fdc


Comments

No comments written yet.

Please login to write comment.