Color Hex Logo

#c916c5 Color Hex

#C916C5
(201,22,197)
0 Favorites   0 Comments

Color spaces of #c916c5

RGB 20122197
HSL0.840.800.44
HSV301°89°79°
CMYK 0.000.890.02   0.21
XYZ34.452317.022554.2932
Yxy17.02250.32570.1609
Hunter Lab41.258376.8523-49.1408
CIE-Lab48.288479.3980-47.7538

#c916c5 color RGB value is (201,22,197).

#c916c5 hex color red value is 201, green value is 22 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #c916c5 hue: 0.84 , saturation: 0.80 and the lightness value of c916c5 is 0.44.

The process color (four color CMYK) of #c916c5 color hex is 0.00, 0.89, 0.02, 0.21. Web safe color of #c916c5 is #cc00cc. Color #c916c5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010110 11000101
Octal 311 26 305
Decimal 201 22 197
Hex C9 16 C5

RGB Percentages of Color #c916c5

%47.86
%5.24
%46.90

CMYK Percentages of Color #c916c5

%0
%89
%2
%21

Triadic Colors of #c916c5

#c916c5 #c5c916 #16c5c9

Analogous Colors of #c916c5

#c916c5 #c9166c #7416c9

Monochromatic Colors of #c916c5

#c916c5

Complementary Color

#c916c5 #16c91a

#c916c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c916c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c916c5 Color CSS Codes

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

#c916c5 Text Font Color

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

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


#c916c5 Background Color

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

This div background color is #c916c5


#c916c5 Border Color

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

This div border color is #c916c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c916c5


Comments

No comments written yet.

Please login to write comment.