Color Hex Logo

#c99ded Color Hex

#C99DED
(201,157,237)
0 Favorites   0 Comments

Color spaces of #c99ded

RGB 201157237
HSL0.760.690.77
HSV273°34°93°
CMYK 0.150.340.00   0.07
XYZ51.430442.645985.6416
Yxy42.64590.28620.2373
Hunter Lab65.303826.2970-32.0422
CIE-Lab71.314031.0868-34.0756

#c99ded color RGB value is (201,157,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011101 11101101
Octal 311 235 355
Decimal 201 157 237
Hex C9 9D ED

RGB Percentages of Color #c99ded

%33.78
%26.39
%39.83

CMYK Percentages of Color #c99ded

%15
%34
%0
%7

Triadic Colors of #c99ded

#c99ded #edc99d #9dedc9

Analogous Colors of #c99ded

#c99ded #ed9de9 #a19ded

Monochromatic Colors of #c99ded

#c99ded

Complementary Color

#c99ded #c1ed9d

#c99ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99ded Color CSS Codes

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

#c99ded Text Font Color

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

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


#c99ded Background Color

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

This div background color is #c99ded


#c99ded Border Color

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

This div border color is #c99ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99ded


Comments

No comments written yet.

Please login to write comment.