Color Hex Logo

#c96dbf Color Hex

#C96DBF
(201,109,191)
0 Favorites   0 Comments

Color spaces of #c96dbf

RGB 201109191
HSL0.850.460.61
HSV307°46°79°
CMYK 0.000.460.05   0.21
XYZ38.960027.116452.4708
Yxy27.11640.32860.2287
Hunter Lab52.073442.4207-23.2911
CIE-Lab59.081947.7895-27.3496

#c96dbf color RGB value is (201,109,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101101 10111111
Octal 311 155 277
Decimal 201 109 191
Hex C9 6D BF

RGB Percentages of Color #c96dbf

%40.12
%21.76
%38.12

CMYK Percentages of Color #c96dbf

%0
%46
%5
%21

Triadic Colors of #c96dbf

#c96dbf #bfc96d #6dbfc9

Analogous Colors of #c96dbf

#c96dbf #c96d91 #a56dc9

Monochromatic Colors of #c96dbf

#c96dbf

Complementary Color

#c96dbf #6dc977

#c96dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96dbf Color CSS Codes

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

#c96dbf Text Font Color

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

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


#c96dbf Background Color

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

This div background color is #c96dbf


#c96dbf Border Color

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

This div border color is #c96dbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,109,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 #c96dbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96dbf


Comments

No comments written yet.

Please login to write comment.