Color Hex Logo

#c95cbd Color Hex

#C95CBD
(201,92,189)
0 Favorites   0 Comments

Color spaces of #c95cbd

RGB 20192189
HSL0.850.500.57
HSV307°54°79°
CMYK 0.000.540.06   0.21
XYZ37.099823.745950.7722
Yxy23.74590.33240.2127
Hunter Lab48.729850.6217-27.6642
CIE-Lab55.832555.7878-31.2414

#c95cbd color RGB value is (201,92,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011100 10111101
Octal 311 134 275
Decimal 201 92 189
Hex C9 5C BD

RGB Percentages of Color #c95cbd

%41.70
%19.09
%39.21

CMYK Percentages of Color #c95cbd

%0
%54
%6
%21

Triadic Colors of #c95cbd

#c95cbd #bdc95c #5cbdc9

Analogous Colors of #c95cbd

#c95cbd #c95c87 #9f5cc9

Monochromatic Colors of #c95cbd

#c95cbd

Complementary Color

#c95cbd #5cc968

#c95cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95cbd Color CSS Codes

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

#c95cbd Text Font Color

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

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


#c95cbd Background Color

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

This div background color is #c95cbd


#c95cbd Border Color

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

This div border color is #c95cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95cbd


Comments

No comments written yet.

Please login to write comment.