Color Hex Logo

#c49cda Color Hex

#C49CDA
(196,156,218)
0 Favorites   0 Comments

Color spaces of #c49cda

RGB 196156218
HSL0.770.460.73
HSV279°28°85°
CMYK 0.100.280.00   0.15
XYZ47.308340.574771.6679
Yxy40.57470.29650.2543
Hunter Lab63.698321.0988-22.1193
CIE-Lab69.876926.0912-25.9106

#c49cda color RGB value is (196,156,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011100 11011010
Octal 304 234 332
Decimal 196 156 218
Hex C4 9C DA

RGB Percentages of Color #c49cda

%34.39
%27.37
%38.25

CMYK Percentages of Color #c49cda

%10
%28
%0
%15

Triadic Colors of #c49cda

#c49cda #dac49c #9cdac4

Analogous Colors of #c49cda

#c49cda #da9cd1 #a59cda

Monochromatic Colors of #c49cda

#c49cda

Complementary Color

#c49cda #b2da9c

#c49cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49cda Color CSS Codes

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

#c49cda Text Font Color

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

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


#c49cda Background Color

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

This div background color is #c49cda


#c49cda Border Color

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

This div border color is #c49cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49cda


Comments

No comments written yet.

Please login to write comment.