Color Hex Logo

#c96ebd Color Hex

#C96EBD
(201,110,189)
0 Favorites   0 Comments

Color spaces of #c96ebd

RGB 201110189
HSL0.860.460.61
HSV308°45°79°
CMYK 0.000.450.06   0.21
XYZ38.848627.243551.3551
Yxy27.24350.33080.2320
Hunter Lab52.195341.5145-21.7989
CIE-Lab59.199046.9304-26.0283

#c96ebd color RGB value is (201,110,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101110 10111101
Octal 311 156 275
Decimal 201 110 189
Hex C9 6E BD

RGB Percentages of Color #c96ebd

%40.20
%22.00
%37.80

CMYK Percentages of Color #c96ebd

%0
%45
%6
%21

Triadic Colors of #c96ebd

#c96ebd #bdc96e #6ebdc9

Analogous Colors of #c96ebd

#c96ebd #c96e90 #a86ec9

Monochromatic Colors of #c96ebd

#c96ebd

Complementary Color

#c96ebd #6ec97a

#c96ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96ebd Color CSS Codes

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

#c96ebd Text Font Color

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

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


#c96ebd Background Color

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

This div background color is #c96ebd


#c96ebd Border Color

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

This div border color is #c96ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96ebd


Comments

No comments written yet.

Please login to write comment.