Color Hex Logo

#c95baa Color Hex

#C95BAA
(201,91,170)
0 Favorites   0 Comments

Color spaces of #c95baa

RGB 20191170
HSL0.880.500.57
HSV317°55°79°
CMYK 0.000.550.15   0.21
XYZ35.084222.802040.5823
Yxy22.80200.35630.2316
Hunter Lab47.751447.5835-16.9625
CIE-Lab54.867853.2048-21.7455

#c95baa color RGB value is (201,91,170).

#c95baa hex color red value is 201, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c95baa hue: 0.88 , saturation: 0.50 and the lightness value of c95baa is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011011 10101010
Octal 311 133 252
Decimal 201 91 170
Hex C9 5B AA

RGB Percentages of Color #c95baa

%43.51
%19.70
%36.80

CMYK Percentages of Color #c95baa

%0
%55
%15
%21

Triadic Colors of #c95baa

#c95baa #aac95b #5baac9

Analogous Colors of #c95baa

#c95baa #c95b73 #b15bc9

Monochromatic Colors of #c95baa

#c95baa

Complementary Color

#c95baa #5bc97a

#c95baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95baa Color CSS Codes

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

#c95baa Text Font Color

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

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


#c95baa Background Color

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

This div background color is #c95baa


#c95baa Border Color

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

This div border color is #c95baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95baa


Comments

No comments written yet.

Please login to write comment.