Color Hex Logo

#c96edc Color Hex

#C96EDC
(201,110,220)
0 Favorites   0 Comments

Color spaces of #c96edc

RGB 201110220
HSL0.800.610.65
HSV290°50°86°
CMYK 0.090.500.00   0.14
XYZ42.581628.736771.0126
Yxy28.73670.29920.2019
Hunter Lab53.606647.9772-41.0167
CIE-Lab60.548552.6372-41.4621

#c96edc color RGB value is (201,110,220).

#c96edc hex color red value is 201, green value is 110 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c96edc hue: 0.80 , saturation: 0.61 and the lightness value of c96edc is 0.65.

The process color (four color CMYK) of #c96edc color hex is 0.09, 0.50, 0.00, 0.14. Web safe color of #c96edc is #cc66cc. Color #c96edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101110 11011100
Octal 311 156 334
Decimal 201 110 220
Hex C9 6E DC

RGB Percentages of Color #c96edc

%37.85
%20.72
%41.43

CMYK Percentages of Color #c96edc

%9
%50
%0
%14

Triadic Colors of #c96edc

#c96edc #dcc96e #6edcc9

Analogous Colors of #c96edc

#c96edc #dc6eb8 #926edc

Monochromatic Colors of #c96edc

#c96edc

Complementary Color

#c96edc #81dc6e

#c96edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96edc Color CSS Codes

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

#c96edc Text Font Color

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

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


#c96edc Background Color

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

This div background color is #c96edc


#c96edc Border Color

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

This div border color is #c96edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96edc


Comments

No comments written yet.

Please login to write comment.