Color Hex Logo

#c97eda Color Hex

#C97EDA
(201,126,218)
0 Favorites   0 Comments

Color spaces of #c97eda

RGB 201126218
HSL0.800.550.67
HSV289°42°85°
CMYK 0.080.420.00   0.15
XYZ44.203132.401270.2540
Yxy32.40120.30100.2206
Hunter Lab56.922139.0015-33.3311
CIE-Lab63.673143.9653-35.4551

#c97eda color RGB value is (201,126,218).

#c97eda hex color red value is 201, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c97eda hue: 0.80 , saturation: 0.55 and the lightness value of c97eda is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111110 11011010
Octal 311 176 332
Decimal 201 126 218
Hex C9 7E DA

RGB Percentages of Color #c97eda

%36.88
%23.12
%40.00

CMYK Percentages of Color #c97eda

%8
%42
%0
%15

Triadic Colors of #c97eda

#c97eda #dac97e #7edac9

Analogous Colors of #c97eda

#c97eda #da7ebd #9b7eda

Monochromatic Colors of #c97eda

#c97eda

Complementary Color

#c97eda #8fda7e

#c97eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97eda Color CSS Codes

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

#c97eda Text Font Color

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

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


#c97eda Background Color

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

This div background color is #c97eda


#c97eda Border Color

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

This div border color is #c97eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97eda


Comments

No comments written yet.

Please login to write comment.