Color Hex Logo

#c97ebd Color Hex

#C97EBD
(201,126,189)
0 Favorites   0 Comments

Color spaces of #c97ebd

RGB 201126189
HSL0.860.410.64
HSV310°37°79°
CMYK 0.000.370.06   0.21
XYZ40.733631.013351.9834
Yxy31.01330.32920.2507
Hunter Lab55.689633.1053-16.3615
CIE-Lab62.518938.5278-20.9368

#c97ebd color RGB value is (201,126,189).

#c97ebd hex color red value is 201, green value is 126 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c97ebd hue: 0.86 , saturation: 0.41 and the lightness value of c97ebd is 0.64.

The process color (four color CMYK) of #c97ebd color hex is 0.00, 0.37, 0.06, 0.21. Web safe color of #c97ebd is #cc66cc. Color #c97ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111110 10111101
Octal 311 176 275
Decimal 201 126 189
Hex C9 7E BD

RGB Percentages of Color #c97ebd

%38.95
%24.42
%36.63

CMYK Percentages of Color #c97ebd

%0
%37
%6
%21

Triadic Colors of #c97ebd

#c97ebd #bdc97e #7ebdc9

Analogous Colors of #c97ebd

#c97ebd #c97e98 #b07ec9

Monochromatic Colors of #c97ebd

#c97ebd

Complementary Color

#c97ebd #7ec98a

#c97ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97ebd Color CSS Codes

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

#c97ebd Text Font Color

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

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


#c97ebd Background Color

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

This div background color is #c97ebd


#c97ebd Border Color

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

This div border color is #c97ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97ebd


Comments

No comments written yet.

Please login to write comment.