Color Hex Logo

#c714aa Color Hex

#C714AA
(199,20,170)
0 Favorites   0 Comments

Color spaces of #c714aa

RGB 19920170
HSL0.860.820.43
HSV310°90°78°
CMYK 0.000.900.15   0.22
XYZ31.059015.544739.3936
Yxy15.54470.36120.1808
Hunter Lab39.426871.6191-31.6414
CIE-Lab46.371475.5498-34.9753

#c714aa color RGB value is (199,20,170).

#c714aa hex color red value is 199, green value is 20 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c714aa hue: 0.86 , saturation: 0.82 and the lightness value of c714aa is 0.43.

The process color (four color CMYK) of #c714aa color hex is 0.00, 0.90, 0.15, 0.22. Web safe color of #c714aa is #cc0099. Color #c714aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010100 10101010
Octal 307 24 252
Decimal 199 20 170
Hex C7 14 AA

RGB Percentages of Color #c714aa

%51.16
%5.14
%43.70

CMYK Percentages of Color #c714aa

%0
%90
%15
%22

Triadic Colors of #c714aa

#c714aa #aac714 #14aac7

Analogous Colors of #c714aa

#c714aa #c71450 #8b14c7

Monochromatic Colors of #c714aa

#c714aa

Complementary Color

#c714aa #14c731

#c714aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c714aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c714aa Color CSS Codes

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

#c714aa Text Font Color

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

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


#c714aa Background Color

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

This div background color is #c714aa


#c714aa Border Color

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

This div border color is #c714aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c714aa


Comments

No comments written yet.

Please login to write comment.