Color Hex Logo

#c96dfe Color Hex

#C96DFE
(201,109,254)
0 Favorites   0 Comments

Color spaces of #c96dfe

RGB 201109254
HSL0.770.990.71
HSV278°57°100°
CMYK 0.210.570.00   0.00
XYZ47.445430.510597.1544
Yxy30.51050.27090.1742
Hunter Lab55.236356.6596-65.6190
CIE-Lab62.092260.0284-57.9026

#c96dfe color RGB value is (201,109,254).

#c96dfe hex color red value is 201, green value is 109 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c96dfe hue: 0.77 , saturation: 0.99 and the lightness value of c96dfe is 0.71.

The process color (four color CMYK) of #c96dfe color hex is 0.21, 0.57, 0.00, 0.00. Web safe color of #c96dfe is #cc66ff. Color #c96dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101101 11111110
Octal 311 155 376
Decimal 201 109 254
Hex C9 6D FE

RGB Percentages of Color #c96dfe

%35.64
%19.33
%45.04

CMYK Percentages of Color #c96dfe

%21
%57
%0
%0

Triadic Colors of #c96dfe

#c96dfe #fec96d #6dfec9

Analogous Colors of #c96dfe

#c96dfe #fe6deb #816dfe

Monochromatic Colors of #c96dfe

#c96dfe

Complementary Color

#c96dfe #a2fe6d

#c96dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96dfe Color CSS Codes

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

#c96dfe Text Font Color

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

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


#c96dfe Background Color

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

This div background color is #c96dfe


#c96dfe Border Color

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

This div border color is #c96dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96dfe


Comments

No comments written yet.

Please login to write comment.