Color Hex Logo

#c913ab Color Hex

#C913AB
(201,19,171)
0 Favorites   0 Comments

Color spaces of #c913ab

RGB 20119171
HSL0.860.830.43
HSV310°91°79°
CMYK 0.000.910.15   0.21
XYZ31.671015.823539.9131
Yxy15.82350.36230.1810
Hunter Lab39.778872.5050-31.6451
CIE-Lab46.742176.1993-34.9599

#c913ab color RGB value is (201,19,171).

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

The process color (four color CMYK) of #c913ab color hex is 0.00, 0.91, 0.15, 0.21. Web safe color of #c913ab is #cc0099. Color #c913ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010011 10101011
Octal 311 23 253
Decimal 201 19 171
Hex C9 13 AB

RGB Percentages of Color #c913ab

%51.41
%4.86
%43.73

CMYK Percentages of Color #c913ab

%0
%91
%15
%21

Triadic Colors of #c913ab

#c913ab #abc913 #13abc9

Analogous Colors of #c913ab

#c913ab #c91350 #8c13c9

Monochromatic Colors of #c913ab

#c913ab

Complementary Color

#c913ab #13c931

#c913ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c913ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c913ab Color CSS Codes

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

#c913ab Text Font Color

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

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


#c913ab Background Color

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

This div background color is #c913ab


#c913ab Border Color

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

This div border color is #c913ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c913ab


Comments

No comments written yet.

Please login to write comment.