Color Hex Logo

#c95897 Color Hex

#C95897
(201,88,151)
0 Favorites   0 Comments

Color spaces of #c95897

RGB 20188151
HSL0.910.510.57
HSV327°56°79°
CMYK 0.000.560.25   0.21
XYZ33.163021.631331.7055
Yxy21.63130.38340.2501
Hunter Lab46.509545.8857-7.8614
CIE-Lab53.633651.8545-12.5048

#c95897 color RGB value is (201,88,151).

#c95897 hex color red value is 201, green value is 88 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #c95897 hue: 0.91 , saturation: 0.51 and the lightness value of c95897 is 0.57.

The process color (four color CMYK) of #c95897 color hex is 0.00, 0.56, 0.25, 0.21. Web safe color of #c95897 is #cc6699. Color #c95897 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011000 10010111
Octal 311 130 227
Decimal 201 88 151
Hex C9 58 97

RGB Percentages of Color #c95897

%45.68
%20.00
%34.32

CMYK Percentages of Color #c95897

%0
%56
%25
%21

Triadic Colors of #c95897

#c95897 #97c958 #5897c9

Analogous Colors of #c95897

#c95897 #c9585f #c358c9

Monochromatic Colors of #c95897

#c95897

Complementary Color

#c95897 #58c98a

#c95897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95897 Color CSS Codes

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

#c95897 Text Font Color

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

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


#c95897 Background Color

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

This div background color is #c95897


#c95897 Border Color

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

This div border color is #c95897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95897


Comments

No comments written yet.

Please login to write comment.