Color Hex Logo

#c9257f Color Hex

#C9257F
(201,37,127)
0 Favorites   0 Comments

Color spaces of #c9257f

RGB 20137127
HSL0.910.690.47
HSV327°82°79°
CMYK 0.000.820.37   0.21
XYZ28.579715.272921.5203
Yxy15.27290.43720.2336
Hunter Lab39.080662.1465-5.2925
CIE-Lab46.005767.7069-9.5936

#c9257f color RGB value is (201,37,127).

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

The process color (four color CMYK) of #c9257f color hex is 0.00, 0.82, 0.37, 0.21. Web safe color of #c9257f is #cc3366. Color #c9257f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100101 01111111
Octal 311 45 177
Decimal 201 37 127
Hex C9 25 7F

RGB Percentages of Color #c9257f

%55.07
%10.14
%34.79

CMYK Percentages of Color #c9257f

%0
%82
%37
%21

Triadic Colors of #c9257f

#c9257f #7fc925 #257fc9

Analogous Colors of #c9257f

#c9257f #c9252d #c125c9

Monochromatic Colors of #c9257f

#c9257f

Complementary Color

#c9257f #25c96f

#c9257f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9257f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9257f Color CSS Codes

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

#c9257f Text Font Color

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

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


#c9257f Background Color

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

This div background color is #c9257f


#c9257f Border Color

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

This div border color is #c9257f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,37,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9257f


Comments

No comments written yet.

Please login to write comment.