Color Hex Logo

#c95a9d Color Hex

#C95A9D
(201,90,157)
0 Favorites   0 Comments

Color spaces of #c95a9d

RGB 20190157
HSL0.900.510.57
HSV324°55°79°
CMYK 0.000.550.22   0.21
XYZ33.829422.164234.3934
Yxy22.16420.37430.2452
Hunter Lab47.078945.8765-10.3590
CIE-Lab54.200851.7518-15.1719

#c95a9d color RGB value is (201,90,157).

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

The process color (four color CMYK) of #c95a9d color hex is 0.00, 0.55, 0.22, 0.21. Web safe color of #c95a9d is #cc6699. Color #c95a9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011010 10011101
Octal 311 132 235
Decimal 201 90 157
Hex C9 5A 9D

RGB Percentages of Color #c95a9d

%44.87
%20.09
%35.04

CMYK Percentages of Color #c95a9d

%0
%55
%22
%21

Triadic Colors of #c95a9d

#c95a9d #9dc95a #5a9dc9

Analogous Colors of #c95a9d

#c95a9d #c95a66 #be5ac9

Monochromatic Colors of #c95a9d

#c95a9d

Complementary Color

#c95a9d #5ac986

#c95a9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95a9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95a9d Color CSS Codes

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

#c95a9d Text Font Color

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

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


#c95a9d Background Color

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

This div background color is #c95a9d


#c95a9d Border Color

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

This div border color is #c95a9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95a9d


Comments

No comments written yet.

Please login to write comment.