Color Hex Logo

#c913c7 Color Hex

#C913C7
(201,19,199)
0 Favorites   0 Comments

Color spaces of #c913c7

RGB 20119199
HSL0.840.830.43
HSV301°91°79°
CMYK 0.000.910.01   0.21
XYZ34.629117.006855.4903
Yxy17.00680.32330.1588
Hunter Lab41.239377.7197-50.9112
CIE-Lab48.268680.0920-48.9451

#c913c7 color RGB value is (201,19,199).

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

The process color (four color CMYK) of #c913c7 color hex is 0.00, 0.91, 0.01, 0.21. Web safe color of #c913c7 is #cc00cc. Color #c913c7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010011 11000111
Octal 311 23 307
Decimal 201 19 199
Hex C9 13 C7

RGB Percentages of Color #c913c7

%47.97
%4.53
%47.49

CMYK Percentages of Color #c913c7

%0
%91
%1
%21

Triadic Colors of #c913c7

#c913c7 #c7c913 #13c7c9

Analogous Colors of #c913c7

#c913c7 #c9136c #7013c9

Monochromatic Colors of #c913c7

#c913c7

Complementary Color

#c913c7 #13c915

#c913c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c913c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c913c7 Color CSS Codes

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

#c913c7 Text Font Color

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

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


#c913c7 Background Color

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

This div background color is #c913c7


#c913c7 Border Color

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

This div border color is #c913c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c913c7


Comments

No comments written yet.

Please login to write comment.