Color Hex Logo

#c9259f Color Hex

#C9259F
(201,37,159)
0 Favorites   0 Comments

Color spaces of #c9259f

RGB 20137159
HSL0.880.690.47
HSV315°82°79°
CMYK 0.000.820.21   0.21
XYZ31.007016.243834.3020
Yxy16.24380.38020.1992
Hunter Lab40.303666.7951-22.2486
CIE-Lab47.292771.3862-26.9615

#c9259f color RGB value is (201,37,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100101 10011111
Octal 311 45 237
Decimal 201 37 159
Hex C9 25 9F

RGB Percentages of Color #c9259f

%50.63
%9.32
%40.05

CMYK Percentages of Color #c9259f

%0
%82
%21
%21

Triadic Colors of #c9259f

#c9259f #9fc925 #259fc9

Analogous Colors of #c9259f

#c9259f #c9254d #a125c9

Monochromatic Colors of #c9259f

#c9259f

Complementary Color

#c9259f #25c94f

#c9259f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9259f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9259f Color CSS Codes

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

#c9259f Text Font Color

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

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


#c9259f Background Color

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

This div background color is #c9259f


#c9259f Border Color

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

This div border color is #c9259f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9259f


Comments

No comments written yet.

Please login to write comment.