Color Hex Logo

#c49ada Color Hex

#C49ADA
(196,154,218)
0 Favorites   0 Comments

Color spaces of #c49ada

RGB 196154218
HSL0.780.460.73
HSV279°29°85°
CMYK 0.100.290.00   0.15
XYZ46.975439.908971.5570
Yxy39.90890.29650.2519
Hunter Lab63.173522.1778-22.9367
CIE-Lab69.404627.1954-26.6351

#c49ada color RGB value is (196,154,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011010 11011010
Octal 304 232 332
Decimal 196 154 218
Hex C4 9A DA

RGB Percentages of Color #c49ada

%34.51
%27.11
%38.38

CMYK Percentages of Color #c49ada

%10
%29
%0
%15

Triadic Colors of #c49ada

#c49ada #dac49a #9adac4

Analogous Colors of #c49ada

#c49ada #da9ad0 #a49ada

Monochromatic Colors of #c49ada

#c49ada

Complementary Color

#c49ada #b0da9a

#c49ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49ada Color CSS Codes

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

#c49ada Text Font Color

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

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


#c49ada Background Color

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

This div background color is #c49ada


#c49ada Border Color

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

This div border color is #c49ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49ada


Comments

No comments written yet.

Please login to write comment.