Color Hex Logo

#c96eda Color Hex

#C96EDA
(201,110,218)
0 Favorites   0 Comments

Color spaces of #c96eda

RGB 201110218
HSL0.810.590.64
HSV291°50°85°
CMYK 0.080.500.00   0.15
XYZ42.318228.631369.6256
Yxy28.63130.30100.2037
Hunter Lab53.508247.5314-39.6932
CIE-Lab60.454852.2506-40.4870

#c96eda color RGB value is (201,110,218).

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

The process color (four color CMYK) of #c96eda color hex is 0.08, 0.50, 0.00, 0.15. Web safe color of #c96eda is #cc66cc. Color #c96eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101110 11011010
Octal 311 156 332
Decimal 201 110 218
Hex C9 6E DA

RGB Percentages of Color #c96eda

%38.00
%20.79
%41.21

CMYK Percentages of Color #c96eda

%8
%50
%0
%15

Triadic Colors of #c96eda

#c96eda #dac96e #6edac9

Analogous Colors of #c96eda

#c96eda #da6eb5 #936eda

Monochromatic Colors of #c96eda

#c96eda

Complementary Color

#c96eda #7fda6e

#c96eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96eda Color CSS Codes

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

#c96eda Text Font Color

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

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


#c96eda Background Color

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

This div background color is #c96eda


#c96eda Border Color

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

This div border color is #c96eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96eda


Comments

No comments written yet.

Please login to write comment.