Color Hex Logo

#c9255f Color Hex

#C9255F
(201,37,95)
0 Favorites   0 Comments

Color spaces of #c9255f

RGB 2013795
HSL0.940.690.47
HSV339°82°79°
CMYK 0.000.820.53   0.21
XYZ26.814514.566912.2249
Yxy14.56690.50020.2717
Hunter Lab38.166658.61627.7258
CIE-Lab45.035264.84678.7484

#c9255f color RGB value is (201,37,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100101 01011111
Octal 311 45 137
Decimal 201 37 95
Hex C9 25 5F

RGB Percentages of Color #c9255f

%60.36
%11.11
%28.53

CMYK Percentages of Color #c9255f

%0
%82
%53
%21

Triadic Colors of #c9255f

#c9255f #5fc925 #255fc9

Analogous Colors of #c9255f

#c9255f #c93d25 #c925b1

Monochromatic Colors of #c9255f

#c9255f

Complementary Color

#c9255f #25c98f

#c9255f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9255f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9255f Color CSS Codes

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

#c9255f Text Font Color

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

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


#c9255f Background Color

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

This div background color is #c9255f


#c9255f Border Color

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

This div border color is #c9255f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9255f


Comments

No comments written yet.

Please login to write comment.