Color Hex Logo

#c95389 Color Hex

#C95389
(201,83,137)
0 Favorites   0 Comments

Color spaces of #c95389

RGB 20183137
HSL0.920.520.56
HSV333°59°79°
CMYK 0.000.590.32   0.21
XYZ31.696020.410225.9359
Yxy20.41020.40610.2615
Hunter Lab45.177646.1722-2.4133
CIE-Lab52.297952.3432-6.2228

#c95389 color RGB value is (201,83,137).

#c95389 hex color red value is 201, green value is 83 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #c95389 hue: 0.92 , saturation: 0.52 and the lightness value of c95389 is 0.56.

The process color (four color CMYK) of #c95389 color hex is 0.00, 0.59, 0.32, 0.21. Web safe color of #c95389 is #cc6699. Color #c95389 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010011 10001001
Octal 311 123 211
Decimal 201 83 137
Hex C9 53 89

RGB Percentages of Color #c95389

%47.74
%19.71
%32.54

CMYK Percentages of Color #c95389

%0
%59
%32
%21

Triadic Colors of #c95389

#c95389 #89c953 #5389c9

Analogous Colors of #c95389

#c95389 #c95853 #c953c4

Monochromatic Colors of #c95389

#c95389

Complementary Color

#c95389 #53c993

#c95389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95389 Color CSS Codes

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

#c95389 Text Font Color

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

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


#c95389 Background Color

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

This div background color is #c95389


#c95389 Border Color

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

This div border color is #c95389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95389


Comments

No comments written yet.

Please login to write comment.