Color Hex Logo

#c96bdb Color Hex

#C96BDB
(201,107,219)
0 Favorites   0 Comments

Color spaces of #c96bdb

RGB 201107219
HSL0.810.610.64
HSV290°51°86°
CMYK 0.080.510.00   0.14
XYZ42.131328.047470.2110
Yxy28.04740.30010.1998
Hunter Lab52.959849.3231-41.5314
CIE-Lab59.931553.9434-41.8708

#c96bdb color RGB value is (201,107,219).

#c96bdb hex color red value is 201, green value is 107 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c96bdb hue: 0.81 , saturation: 0.61 and the lightness value of c96bdb is 0.64.

The process color (four color CMYK) of #c96bdb color hex is 0.08, 0.51, 0.00, 0.14. Web safe color of #c96bdb is #cc66cc. Color #c96bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101011 11011011
Octal 311 153 333
Decimal 201 107 219
Hex C9 6B DB

RGB Percentages of Color #c96bdb

%38.14
%20.30
%41.56

CMYK Percentages of Color #c96bdb

%8
%51
%0
%14

Triadic Colors of #c96bdb

#c96bdb #dbc96b #6bdbc9

Analogous Colors of #c96bdb

#c96bdb #db6bb5 #916bdb

Monochromatic Colors of #c96bdb

#c96bdb

Complementary Color

#c96bdb #7ddb6b

#c96bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96bdb Color CSS Codes

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

#c96bdb Text Font Color

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

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


#c96bdb Background Color

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

This div background color is #c96bdb


#c96bdb Border Color

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

This div border color is #c96bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96bdb


Comments

No comments written yet.

Please login to write comment.