Color Hex Logo

#c71fda Color Hex

#C71FDA
(199,31,218)
0 Favorites   0 Comments

Color spaces of #c71fda

RGB 19931218
HSL0.820.750.49
HSV294°86°85°
CMYK 0.090.860.00   0.15
XYZ36.698118.184067.9053
Yxy18.18400.29890.1481
Hunter Lab42.642778.9915-64.5650
CIE-Lab49.718580.8174-57.5669

#c71fda color RGB value is (199,31,218).

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

The process color (four color CMYK) of #c71fda color hex is 0.09, 0.86, 0.00, 0.15. Web safe color of #c71fda is #cc33cc. Color #c71fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011111 11011010
Octal 307 37 332
Decimal 199 31 218
Hex C7 1F DA

RGB Percentages of Color #c71fda

%44.42
%6.92
%48.66

CMYK Percentages of Color #c71fda

%9
%86
%0
%15

Triadic Colors of #c71fda

#c71fda #dac71f #1fdac7

Analogous Colors of #c71fda

#c71fda #da1f90 #6a1fda

Monochromatic Colors of #c71fda

#c71fda

Complementary Color

#c71fda #32da1f

#c71fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71fda Color CSS Codes

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

#c71fda Text Font Color

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

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


#c71fda Background Color

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

This div background color is #c71fda


#c71fda Border Color

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

This div border color is #c71fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71fda


Comments

No comments written yet.

Please login to write comment.