Color Hex Logo

#c99dec Color Hex

#C99DEC
(201,157,236)
0 Favorites   0 Comments

Color spaces of #c99dec

RGB 201157236
HSL0.760.680.77
HSV273°33°93°
CMYK 0.150.330.00   0.07
XYZ51.284742.587684.8741
Yxy42.58760.28690.2383
Hunter Lab65.259226.0728-31.4293
CIE-Lab71.274230.8733-33.5911

#c99dec color RGB value is (201,157,236).

#c99dec hex color red value is 201, green value is 157 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c99dec hue: 0.76 , saturation: 0.68 and the lightness value of c99dec is 0.77.

The process color (four color CMYK) of #c99dec color hex is 0.15, 0.33, 0.00, 0.07. Web safe color of #c99dec is #cc99ff. Color #c99dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011101 11101100
Octal 311 235 354
Decimal 201 157 236
Hex C9 9D EC

RGB Percentages of Color #c99dec

%33.84
%26.43
%39.73

CMYK Percentages of Color #c99dec

%15
%33
%0
%7

Triadic Colors of #c99dec

#c99dec #ecc99d #9decc9

Analogous Colors of #c99dec

#c99dec #ec9de8 #a29dec

Monochromatic Colors of #c99dec

#c99dec

Complementary Color

#c99dec #c0ec9d

#c99dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99dec Color CSS Codes

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

#c99dec Text Font Color

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

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


#c99dec Background Color

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

This div background color is #c99dec


#c99dec Border Color

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

This div border color is #c99dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99dec


Comments

No comments written yet.

Please login to write comment.