Color Hex Logo

#c718af Color Hex

#C718AF
(199,24,175)
0 Favorites   0 Comments

Color spaces of #c718af

RGB 19924175
HSL0.860.780.44
HSV308°88°78°
CMYK 0.000.880.12   0.22
XYZ31.617715.890541.9582
Yxy15.89050.35340.1776
Hunter Lab39.862971.8192-34.5024
CIE-Lab46.830575.6236-37.2115

#c718af color RGB value is (199,24,175).

#c718af hex color red value is 199, green value is 24 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c718af hue: 0.86 , saturation: 0.78 and the lightness value of c718af is 0.44.

The process color (four color CMYK) of #c718af color hex is 0.00, 0.88, 0.12, 0.22. Web safe color of #c718af is #cc0099. Color #c718af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011000 10101111
Octal 307 30 257
Decimal 199 24 175
Hex C7 18 AF

RGB Percentages of Color #c718af

%50.00
%6.03
%43.97

CMYK Percentages of Color #c718af

%0
%88
%12
%22

Triadic Colors of #c718af

#c718af #afc718 #18afc7

Analogous Colors of #c718af

#c718af #c71857 #8818c7

Monochromatic Colors of #c718af

#c718af

Complementary Color

#c718af #18c730

#c718af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c718af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c718af Color CSS Codes

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

#c718af Text Font Color

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

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


#c718af Background Color

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

This div background color is #c718af


#c718af Border Color

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

This div border color is #c718af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c718af


Comments

No comments written yet.

Please login to write comment.