Color Hex Logo

#c49ad7 Color Hex

#C49AD7
(196,154,215)
0 Favorites   0 Comments

Color spaces of #c49ad7

RGB 196154215
HSL0.780.430.72
HSV281°28°84°
CMYK 0.090.280.00   0.16
XYZ46.586339.753369.5078
Yxy39.75330.29890.2551
Hunter Lab63.050221.5515-21.2273
CIE-Lab69.293526.5800-25.1508

#c49ad7 color RGB value is (196,154,215).

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

The process color (four color CMYK) of #c49ad7 color hex is 0.09, 0.28, 0.00, 0.16. Web safe color of #c49ad7 is #cc99cc. Color #c49ad7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011010 11010111
Octal 304 232 327
Decimal 196 154 215
Hex C4 9A D7

RGB Percentages of Color #c49ad7

%34.69
%27.26
%38.05

CMYK Percentages of Color #c49ad7

%9
%28
%0
%16

Triadic Colors of #c49ad7

#c49ad7 #d7c49a #9ad7c4

Analogous Colors of #c49ad7

#c49ad7 #d79acc #a69ad7

Monochromatic Colors of #c49ad7

#c49ad7

Complementary Color

#c49ad7 #add79a

#c49ad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49ad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49ad7 Color CSS Codes

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

#c49ad7 Text Font Color

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

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


#c49ad7 Background Color

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

This div background color is #c49ad7


#c49ad7 Border Color

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

This div border color is #c49ad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49ad7


Comments

No comments written yet.

Please login to write comment.