Color Hex Logo

#c920ae Color Hex

#C920AE
(201,32,174)
0 Favorites   0 Comments

Color spaces of #c920ae

RGB 20132174
HSL0.860.730.46
HSV310°84°79°
CMYK 0.000.840.13   0.21
XYZ32.243916.506541.5310
Yxy16.50650.35710.1828
Hunter Lab40.628270.5643-32.1678
CIE-Lab47.632174.4406-35.3338

#c920ae color RGB value is (201,32,174).

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

The process color (four color CMYK) of #c920ae color hex is 0.00, 0.84, 0.13, 0.21. Web safe color of #c920ae is #cc3399. Color #c920ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100000 10101110
Octal 311 40 256
Decimal 201 32 174
Hex C9 20 AE

RGB Percentages of Color #c920ae

%49.39
%7.86
%42.75

CMYK Percentages of Color #c920ae

%0
%84
%13
%21

Triadic Colors of #c920ae

#c920ae #aec920 #20aec9

Analogous Colors of #c920ae

#c920ae #c9205a #9020c9

Monochromatic Colors of #c920ae

#c920ae

Complementary Color

#c920ae #20c93b

#c920ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c920ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c920ae Color CSS Codes

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

#c920ae Text Font Color

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

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


#c920ae Background Color

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

This div background color is #c920ae


#c920ae Border Color

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

This div border color is #c920ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c920ae


Comments

No comments written yet.

Please login to write comment.