Color Hex Logo

#c713ad Color Hex

#C713AD
(199,19,173)
0 Favorites   0 Comments

Color spaces of #c713ad

RGB 19919173
HSL0.860.830.43
HSV309°90°78°
CMYK 0.000.900.13   0.22
XYZ31.328915.625040.8999
Yxy15.62500.35660.1779
Hunter Lab39.528572.2981-33.6771
CIE-Lab46.478676.0823-36.5842

#c713ad color RGB value is (199,19,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010011 10101101
Octal 307 23 255
Decimal 199 19 173
Hex C7 13 AD

RGB Percentages of Color #c713ad

%50.90
%4.86
%44.25

CMYK Percentages of Color #c713ad

%0
%90
%13
%22

Triadic Colors of #c713ad

#c713ad #adc713 #13adc7

Analogous Colors of #c713ad

#c713ad #c71353 #8713c7

Monochromatic Colors of #c713ad

#c713ad

Complementary Color

#c713ad #13c72d

#c713ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c713ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c713ad Color CSS Codes

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

#c713ad Text Font Color

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

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


#c713ad Background Color

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

This div background color is #c713ad


#c713ad Border Color

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

This div border color is #c713ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c713ad


Comments

No comments written yet.

Please login to write comment.