Color Hex Logo

#c71fae Color Hex

#C71FAE
(199,31,174)
0 Favorites   0 Comments

Color spaces of #c71fae

RGB 19931174
HSL0.860.730.45
HSV309°84°78°
CMYK 0.000.840.13   0.22
XYZ31.683216.178141.4972
Yxy16.17810.35460.1810
Hunter Lab40.222070.2174-33.0143
CIE-Lab47.207374.2386-36.0269

#c71fae color RGB value is (199,31,174).

#c71fae hex color red value is 199, green value is 31 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c71fae hue: 0.86 , saturation: 0.73 and the lightness value of c71fae is 0.45.

The process color (four color CMYK) of #c71fae color hex is 0.00, 0.84, 0.13, 0.22. Web safe color of #c71fae is #cc3399. Color #c71fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011111 10101110
Octal 307 37 256
Decimal 199 31 174
Hex C7 1F AE

RGB Percentages of Color #c71fae

%49.26
%7.67
%43.07

CMYK Percentages of Color #c71fae

%0
%84
%13
%22

Triadic Colors of #c71fae

#c71fae #aec71f #1faec7

Analogous Colors of #c71fae

#c71fae #c71f5a #8c1fc7

Monochromatic Colors of #c71fae

#c71fae

Complementary Color

#c71fae #1fc738

#c71fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71fae Color CSS Codes

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

#c71fae Text Font Color

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

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


#c71fae Background Color

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

This div background color is #c71fae


#c71fae Border Color

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

This div border color is #c71fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71fae


Comments

No comments written yet.

Please login to write comment.