Color Hex Logo

#c96cda Color Hex

#C96CDA
(201,108,218)
0 Favorites   0 Comments

Color spaces of #c96cda

RGB 201108218
HSL0.810.600.64
HSV291°50°85°
CMYK 0.080.500.00   0.15
XYZ42.104828.204669.5545
Yxy28.20460.30100.2017
Hunter Lab53.108048.5784-40.4753
CIE-Lab60.073153.2531-41.0864

#c96cda color RGB value is (201,108,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101100 11011010
Octal 311 154 332
Decimal 201 108 218
Hex C9 6C DA

RGB Percentages of Color #c96cda

%38.14
%20.49
%41.37

CMYK Percentages of Color #c96cda

%8
%50
%0
%15

Triadic Colors of #c96cda

#c96cda #dac96c #6cdac9

Analogous Colors of #c96cda

#c96cda #da6cb4 #926cda

Monochromatic Colors of #c96cda

#c96cda

Complementary Color

#c96cda #7dda6c

#c96cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96cda Color CSS Codes

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

#c96cda Text Font Color

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

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


#c96cda Background Color

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

This div background color is #c96cda


#c96cda Border Color

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

This div border color is #c96cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96cda


Comments

No comments written yet.

Please login to write comment.