Color Hex Logo

#c925ae Color Hex

#C925AE
(201,37,174)
0 Favorites   0 Comments

Color spaces of #c925ae

RGB 20137174
HSL0.860.690.47
HSV310°82°79°
CMYK 0.000.820.13   0.21
XYZ32.388916.796641.5794
Yxy16.79660.35680.1851
Hunter Lab40.983769.3451-31.4633
CIE-Lab48.002773.3651-34.7511

#c925ae color RGB value is (201,37,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100101 10101110
Octal 311 45 256
Decimal 201 37 174
Hex C9 25 AE

RGB Percentages of Color #c925ae

%48.79
%8.98
%42.23

CMYK Percentages of Color #c925ae

%0
%82
%13
%21

Triadic Colors of #c925ae

#c925ae #aec925 #25aec9

Analogous Colors of #c925ae

#c925ae #c9255c #9225c9

Monochromatic Colors of #c925ae

#c925ae

Complementary Color

#c925ae #25c940

#c925ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c925ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c925ae Color CSS Codes

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

#c925ae Text Font Color

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

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


#c925ae Background Color

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

This div background color is #c925ae


#c925ae Border Color

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

This div border color is #c925ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c925ae


Comments

No comments written yet.

Please login to write comment.