Color Hex Logo

#c95cba Color Hex

#C95CBA
(201,92,186)
0 Favorites   0 Comments

Color spaces of #c95cba

RGB 20192186
HSL0.860.500.57
HSV308°54°79°
CMYK 0.000.540.07   0.21
XYZ36.777523.617049.0745
Yxy23.61700.33600.2157
Hunter Lab48.597350.0400-25.8540
CIE-Lab55.702355.2878-29.7177

#c95cba color RGB value is (201,92,186).

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

The process color (four color CMYK) of #c95cba color hex is 0.00, 0.54, 0.07, 0.21. Web safe color of #c95cba is #cc66cc. Color #c95cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011100 10111010
Octal 311 134 272
Decimal 201 92 186
Hex C9 5C BA

RGB Percentages of Color #c95cba

%41.96
%19.21
%38.83

CMYK Percentages of Color #c95cba

%0
%54
%7
%21

Triadic Colors of #c95cba

#c95cba #bac95c #5cbac9

Analogous Colors of #c95cba

#c95cba #c95c84 #a25cc9

Monochromatic Colors of #c95cba

#c95cba

Complementary Color

#c95cba #5cc96b

#c95cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95cba Color CSS Codes

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

#c95cba Text Font Color

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

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


#c95cba Background Color

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

This div background color is #c95cba


#c95cba Border Color

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

This div border color is #c95cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95cba


Comments

No comments written yet.

Please login to write comment.