Color Hex Logo

#c99ada Color Hex

#C99ADA
(201,154,218)
0 Favorites   0 Comments

Color spaces of #c99ada

RGB 201154218
HSL0.790.460.73
HSV284°29°85°
CMYK 0.080.290.00   0.15
XYZ48.297940.590771.6189
Yxy40.59070.30090.2529
Hunter Lab63.710823.8233-22.0518
CIE-Lab69.888228.7865-25.8514

#c99ada color RGB value is (201,154,218).

#c99ada hex color red value is 201, green value is 154 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c99ada hue: 0.79 , saturation: 0.46 and the lightness value of c99ada is 0.73.

The process color (four color CMYK) of #c99ada color hex is 0.08, 0.29, 0.00, 0.15. Web safe color of #c99ada is #cc99cc. Color #c99ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011010 11011010
Octal 311 232 332
Decimal 201 154 218
Hex C9 9A DA

RGB Percentages of Color #c99ada

%35.08
%26.88
%38.05

CMYK Percentages of Color #c99ada

%8
%29
%0
%15

Triadic Colors of #c99ada

#c99ada #dac99a #9adac9

Analogous Colors of #c99ada

#c99ada #da9acb #a99ada

Monochromatic Colors of #c99ada

#c99ada

Complementary Color

#c99ada #abda9a

#c99ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99ada Color CSS Codes

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

#c99ada Text Font Color

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

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


#c99ada Background Color

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

This div background color is #c99ada


#c99ada Border Color

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

This div border color is #c99ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99ada


Comments

No comments written yet.

Please login to write comment.