Color Hex Logo

#c701ae Color Hex

#C701AE
(199,1,174)
0 Favorites   0 Comments

Color spaces of #c701ae

RGB 1991174
HSL0.850.990.39
HSV308°99°78°
CMYK 0.000.990.13   0.22
XYZ31.204015.219841.3375
Yxy15.21980.35560.1734
Hunter Lab39.012674.5003-35.5146
CIE-Lab45.933877.9711-38.0363

#c701ae color RGB value is (199,1,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000001 10101110
Octal 307 1 256
Decimal 199 1 174
Hex C7 1 AE

RGB Percentages of Color #c701ae

%53.21
%0.27
%46.52

CMYK Percentages of Color #c701ae

%0
%99
%13
%22

Triadic Colors of #c701ae

#c701ae #aec701 #01aec7

Analogous Colors of #c701ae

#c701ae #c7014b #7d01c7

Monochromatic Colors of #c701ae

#c701ae

Complementary Color

#c701ae #01c71a

#c701ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c701ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c701ae Color CSS Codes

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

#c701ae Text Font Color

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

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


#c701ae Background Color

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

This div background color is #c701ae


#c701ae Border Color

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

This div border color is #c701ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c701ae


Comments

No comments written yet.

Please login to write comment.