Color Hex Logo

#c713ae Color Hex

#C713AE
(199,19,174)
0 Favorites   0 Comments

Color spaces of #c713ae

RGB 19919174
HSL0.860.830.43
HSV308°90°78°
CMYK 0.000.900.13   0.22
XYZ31.426015.663941.4115
Yxy15.66390.35510.1770
Hunter Lab39.577672.4742-34.3329
CIE-Lab46.530476.2155-37.0940

#c713ae color RGB value is (199,19,174).

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

The process color (four color CMYK) of #c713ae color hex is 0.00, 0.90, 0.13, 0.22. Web safe color of #c713ae is #cc0099. Color #c713ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010011 10101110
Octal 307 23 256
Decimal 199 19 174
Hex C7 13 AE

RGB Percentages of Color #c713ae

%50.77
%4.85
%44.39

CMYK Percentages of Color #c713ae

%0
%90
%13
%22

Triadic Colors of #c713ae

#c713ae #aec713 #13aec7

Analogous Colors of #c713ae

#c713ae #c71354 #8613c7

Monochromatic Colors of #c713ae

#c713ae

Complementary Color

#c713ae #13c72c

#c713ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c713ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c713ae Color CSS Codes

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

#c713ae Text Font Color

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

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


#c713ae Background Color

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

This div background color is #c713ae


#c713ae Border Color

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

This div border color is #c713ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c713ae


Comments

No comments written yet.

Please login to write comment.