Color Hex Logo

#c97ecd Color Hex

#C97ECD
(201,126,205)
0 Favorites   0 Comments

Color spaces of #c97ecd

RGB 201126205
HSL0.820.440.65
HSV297°39°80°
CMYK 0.020.390.00   0.20
XYZ42.567731.747061.6418
Yxy31.74700.31310.2335
Hunter Lab56.344536.2522-25.4231
CIE-Lab63.133241.4547-29.0140

#c97ecd color RGB value is (201,126,205).

#c97ecd hex color red value is 201, green value is 126 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c97ecd hue: 0.82 , saturation: 0.44 and the lightness value of c97ecd is 0.65.

The process color (four color CMYK) of #c97ecd color hex is 0.02, 0.39, 0.00, 0.20. Web safe color of #c97ecd is #cc66cc. Color #c97ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111110 11001101
Octal 311 176 315
Decimal 201 126 205
Hex C9 7E CD

RGB Percentages of Color #c97ecd

%37.78
%23.68
%38.53

CMYK Percentages of Color #c97ecd

%2
%39
%0
%20

Triadic Colors of #c97ecd

#c97ecd #cdc97e #7ecdc9

Analogous Colors of #c97ecd

#c97ecd #cd7eaa #a27ecd

Monochromatic Colors of #c97ecd

#c97ecd

Complementary Color

#c97ecd #82cd7e

#c97ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97ecd Color CSS Codes

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

#c97ecd Text Font Color

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

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


#c97ecd Background Color

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

This div background color is #c97ecd


#c97ecd Border Color

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

This div border color is #c97ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97ecd


Comments

No comments written yet.

Please login to write comment.