Color Hex Logo

#c716a2 Color Hex

#C716A2
(199,22,162)
0 Favorites   0 Comments

Color spaces of #c716a2

RGB 19922162
HSL0.870.800.43
HSV313°89°78°
CMYK 0.000.890.19   0.22
XYZ30.361715.324635.5401
Yxy15.32460.37380.1887
Hunter Lab39.146669.9360-26.4250
CIE-Lab46.075674.2278-30.6780

#c716a2 color RGB value is (199,22,162).

#c716a2 hex color red value is 199, green value is 22 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #c716a2 hue: 0.87 , saturation: 0.80 and the lightness value of c716a2 is 0.43.

The process color (four color CMYK) of #c716a2 color hex is 0.00, 0.89, 0.19, 0.22. Web safe color of #c716a2 is #cc0099. Color #c716a2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010110 10100010
Octal 307 26 242
Decimal 199 22 162
Hex C7 16 A2

RGB Percentages of Color #c716a2

%51.96
%5.74
%42.30

CMYK Percentages of Color #c716a2

%0
%89
%19
%22

Triadic Colors of #c716a2

#c716a2 #a2c716 #16a2c7

Analogous Colors of #c716a2

#c716a2 #c71649 #9416c7

Monochromatic Colors of #c716a2

#c716a2

Complementary Color

#c716a2 #16c73b

#c716a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c716a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c716a2 Color CSS Codes

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

#c716a2 Text Font Color

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

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


#c716a2 Background Color

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

This div background color is #c716a2


#c716a2 Border Color

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

This div border color is #c716a2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c716a2


Comments

No comments written yet.

Please login to write comment.