Color Hex Logo

#c701aa Color Hex

#C701AA
(199,1,170)
0 Favorites   0 Comments

Color spaces of #c701aa

RGB 1991170
HSL0.860.990.39
HSV309°99°78°
CMYK 0.000.990.15   0.22
XYZ30.819715.066139.3139
Yxy15.06610.36170.1768
Hunter Lab38.815173.8051-32.8814
CIE-Lab45.724677.4509-35.9942

#c701aa color RGB value is (199,1,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000001 10101010
Octal 307 1 252
Decimal 199 1 170
Hex C7 1 AA

RGB Percentages of Color #c701aa

%53.78
%0.27
%45.95

CMYK Percentages of Color #c701aa

%0
%99
%15
%22

Triadic Colors of #c701aa

#c701aa #aac701 #01aac7

Analogous Colors of #c701aa

#c701aa #c70147 #8101c7

Monochromatic Colors of #c701aa

#c701aa

Complementary Color

#c701aa #01c71e

#c701aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c701aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c701aa Color CSS Codes

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

#c701aa Text Font Color

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

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


#c701aa Background Color

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

This div background color is #c701aa


#c701aa Border Color

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

This div border color is #c701aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,1,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 #c701aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c701aa


Comments

No comments written yet.

Please login to write comment.