Color Hex Logo

#c99dce Color Hex

#C99DCE
(201,157,206)
0 Favorites   0 Comments

Color spaces of #c99dce

RGB 201157206
HSL0.820.330.71
HSV294°24°81°
CMYK 0.020.240.00   0.19
XYZ47.284940.987763.8117
Yxy40.98770.31090.2695
Hunter Lab64.021619.7981-14.2804
CIE-Lab70.167324.7742-18.8053

#c99dce color RGB value is (201,157,206).

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

The process color (four color CMYK) of #c99dce color hex is 0.02, 0.24, 0.00, 0.19. Web safe color of #c99dce is #cc99cc. Color #c99dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011101 11001110
Octal 311 235 316
Decimal 201 157 206
Hex C9 9D CE

RGB Percentages of Color #c99dce

%35.64
%27.84
%36.52

CMYK Percentages of Color #c99dce

%2
%24
%0
%19

Triadic Colors of #c99dce

#c99dce #cec99d #9dcec9

Analogous Colors of #c99dce

#c99dce #ce9dbb #b19dce

Monochromatic Colors of #c99dce

#c99dce

Complementary Color

#c99dce #a2ce9d

#c99dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99dce Color CSS Codes

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

#c99dce Text Font Color

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

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


#c99dce Background Color

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

This div background color is #c99dce


#c99dce Border Color

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

This div border color is #c99dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99dce


Comments

No comments written yet.

Please login to write comment.