Color Hex Logo

#c914ae Color Hex

#C914AE
(201,20,174)
0 Favorites   0 Comments

Color spaces of #c914ae

RGB 20120174
HSL0.860.820.43
HSV309°90°79°
CMYK 0.000.900.13   0.21
XYZ31.977515.973841.4422
Yxy15.97380.35770.1787
Hunter Lab39.967272.8739-33.5010
CIE-Lab46.940176.4604-36.4235

#c914ae color RGB value is (201,20,174).

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

The process color (four color CMYK) of #c914ae color hex is 0.00, 0.90, 0.13, 0.21. Web safe color of #c914ae is #cc0099. Color #c914ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010100 10101110
Octal 311 24 256
Decimal 201 20 174
Hex C9 14 AE

RGB Percentages of Color #c914ae

%50.89
%5.06
%44.05

CMYK Percentages of Color #c914ae

%0
%90
%13
%21

Triadic Colors of #c914ae

#c914ae #aec914 #14aec9

Analogous Colors of #c914ae

#c914ae #c91453 #8a14c9

Monochromatic Colors of #c914ae

#c914ae

Complementary Color

#c914ae #14c92f

#c914ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c914ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c914ae Color CSS Codes

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

#c914ae Text Font Color

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

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


#c914ae Background Color

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

This div background color is #c914ae


#c914ae Border Color

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

This div border color is #c914ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c914ae


Comments

No comments written yet.

Please login to write comment.