Color Hex Logo

#c97dce Color Hex

#C97DCE
(201,125,206)
0 Favorites   0 Comments

Color spaces of #c97dce

RGB 201125206
HSL0.820.450.65
HSV296°39°81°
CMYK 0.020.390.00   0.19
XYZ42.561631.541062.2373
Yxy31.54100.31220.2313
Hunter Lab56.161436.9929-26.3914
CIE-Lab62.961742.1758-29.8408

#c97dce color RGB value is (201,125,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111101 11001110
Octal 311 175 316
Decimal 201 125 206
Hex C9 7D CE

RGB Percentages of Color #c97dce

%37.78
%23.50
%38.72

CMYK Percentages of Color #c97dce

%2
%39
%0
%19

Triadic Colors of #c97dce

#c97dce #cec97d #7dcec9

Analogous Colors of #c97dce

#c97dce #ce7dab #a17dce

Monochromatic Colors of #c97dce

#c97dce

Complementary Color

#c97dce #82ce7d

#c97dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97dce Color CSS Codes

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

#c97dce Text Font Color

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

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


#c97dce Background Color

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

This div background color is #c97dce


#c97dce Border Color

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

This div border color is #c97dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97dce


Comments

No comments written yet.

Please login to write comment.