Color Hex Logo

#c96dda Color Hex

#C96DDA
(201,109,218)
0 Favorites   0 Comments

Color spaces of #c96dda

RGB 201109218
HSL0.810.600.64
HSV291°50°85°
CMYK 0.080.500.00   0.15
XYZ42.210928.416769.5899
Yxy28.41670.30100.2027
Hunter Lab53.307348.0558-40.0849
CIE-Lab60.263352.7531-40.7877

#c96dda color RGB value is (201,109,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101101 11011010
Octal 311 155 332
Decimal 201 109 218
Hex C9 6D DA

RGB Percentages of Color #c96dda

%38.07
%20.64
%41.29

CMYK Percentages of Color #c96dda

%8
%50
%0
%15

Triadic Colors of #c96dda

#c96dda #dac96d #6ddac9

Analogous Colors of #c96dda

#c96dda #da6db5 #936dda

Monochromatic Colors of #c96dda

#c96dda

Complementary Color

#c96dda #7eda6d

#c96dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96dda Color CSS Codes

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

#c96dda Text Font Color

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

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


#c96dda Background Color

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

This div background color is #c96dda


#c96dda Border Color

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

This div border color is #c96dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96dda


Comments

No comments written yet.

Please login to write comment.