Color Hex Logo

#c95dbf Color Hex

#C95DBF
(201,93,191)
0 Favorites   0 Comments

Color spaces of #c95dbf

RGB 20193191
HSL0.850.500.58
HSV306°54°79°
CMYK 0.000.540.05   0.21
XYZ37.405724.007851.9527
Yxy24.00780.33000.2118
Hunter Lab48.997850.5238-28.5672
CIE-Lab56.095655.6552-31.9806

#c95dbf color RGB value is (201,93,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011101 10111111
Octal 311 135 277
Decimal 201 93 191
Hex C9 5D BF

RGB Percentages of Color #c95dbf

%41.44
%19.18
%39.38

CMYK Percentages of Color #c95dbf

%0
%54
%5
%21

Triadic Colors of #c95dbf

#c95dbf #bfc95d #5dbfc9

Analogous Colors of #c95dbf

#c95dbf #c95d89 #9d5dc9

Monochromatic Colors of #c95dbf

#c95dbf

Complementary Color

#c95dbf #5dc967

#c95dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95dbf Color CSS Codes

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

#c95dbf Text Font Color

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

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


#c95dbf Background Color

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

This div background color is #c95dbf


#c95dbf Border Color

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

This div border color is #c95dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95dbf


Comments

No comments written yet.

Please login to write comment.