Color Hex Logo

#c716de Color Hex

#C716DE
(199,22,222)
0 Favorites   0 Comments

Color spaces of #c716de

RGB 19922222
HSL0.810.820.48
HSV293°90°87°
CMYK 0.100.900.00   0.13
XYZ37.024917.989970.6282
Yxy17.98990.29470.1432
Hunter Lab42.414581.5927-69.0390
CIE-Lab49.483982.9065-60.2256

#c716de color RGB value is (199,22,222).

#c716de hex color red value is 199, green value is 22 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c716de hue: 0.81 , saturation: 0.82 and the lightness value of c716de is 0.48.

The process color (four color CMYK) of #c716de color hex is 0.10, 0.90, 0.00, 0.13. Web safe color of #c716de is #cc00cc. Color #c716de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010110 11011110
Octal 307 26 336
Decimal 199 22 222
Hex C7 16 DE

RGB Percentages of Color #c716de

%44.92
%4.97
%50.11

CMYK Percentages of Color #c716de

%10
%90
%0
%13

Triadic Colors of #c716de

#c716de #dec716 #16dec7

Analogous Colors of #c716de

#c716de #de1691 #6316de

Monochromatic Colors of #c716de

#c716de

Complementary Color

#c716de #2dde16

#c716de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c716de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c716de Color CSS Codes

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

#c716de Text Font Color

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

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


#c716de Background Color

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

This div background color is #c716de


#c716de Border Color

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

This div border color is #c716de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c716de


Comments

No comments written yet.

Please login to write comment.