Color Hex Logo

#c713ab Color Hex

#C713AB
(199,19,171)
0 Favorites   0 Comments

Color spaces of #c713ab

RGB 19919171
HSL0.860.830.43
HSV309°90°78°
CMYK 0.000.900.14   0.22
XYZ31.136715.548139.8881
Yxy15.54810.35970.1796
Hunter Lab39.431171.9479-32.3754
CIE-Lab46.375975.8171-35.5612

#c713ab color RGB value is (199,19,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010011 10101011
Octal 307 23 253
Decimal 199 19 171
Hex C7 13 AB

RGB Percentages of Color #c713ab

%51.16
%4.88
%43.96

CMYK Percentages of Color #c713ab

%0
%90
%14
%22

Triadic Colors of #c713ab

#c713ab #abc713 #13abc7

Analogous Colors of #c713ab

#c713ab #c71351 #8913c7

Monochromatic Colors of #c713ab

#c713ab

Complementary Color

#c713ab #13c72f

#c713ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c713ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c713ab Color CSS Codes

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

#c713ab Text Font Color

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

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


#c713ab Background Color

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

This div background color is #c713ab


#c713ab Border Color

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

This div border color is #c713ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c713ab


Comments

No comments written yet.

Please login to write comment.