Color Hex Logo

#c99ced Color Hex

#C99CED
(201,156,237)
0 Favorites   0 Comments

Color spaces of #c99ced

RGB 201156237
HSL0.760.690.77
HSV273°34°93°
CMYK 0.150.340.00   0.07
XYZ51.261942.308985.5854
Yxy42.30890.28610.2362
Hunter Lab65.045326.8458-32.4810
CIE-Lab71.083431.6354-34.4328

#c99ced color RGB value is (201,156,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011100 11101101
Octal 311 234 355
Decimal 201 156 237
Hex C9 9C ED

RGB Percentages of Color #c99ced

%33.84
%26.26
%39.90

CMYK Percentages of Color #c99ced

%15
%34
%0
%7

Triadic Colors of #c99ced

#c99ced #edc99c #9cedc9

Analogous Colors of #c99ced

#c99ced #ed9ce9 #a19ced

Monochromatic Colors of #c99ced

#c99ced

Complementary Color

#c99ced #c0ed9c

#c99ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99ced Color CSS Codes

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

#c99ced Text Font Color

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

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


#c99ced Background Color

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

This div background color is #c99ced


#c99ced Border Color

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

This div border color is #c99ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99ced


Comments

No comments written yet.

Please login to write comment.