Color Hex Logo

#c49cdf Color Hex

#C49CDF
(196,156,223)
0 Favorites   0 Comments

Color spaces of #c49cdf

RGB 196156223
HSL0.770.510.74
HSV276°30°87°
CMYK 0.120.300.00   0.13
XYZ47.972740.840475.1666
Yxy40.84040.29260.2491
Hunter Lab63.906522.1583-25.0021
CIE-Lab70.064027.1314-28.3742

#c49cdf color RGB value is (196,156,223).

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

The process color (four color CMYK) of #c49cdf color hex is 0.12, 0.30, 0.00, 0.13. Web safe color of #c49cdf is #cc99cc. Color #c49cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011100 11011111
Octal 304 234 337
Decimal 196 156 223
Hex C4 9C DF

RGB Percentages of Color #c49cdf

%34.09
%27.13
%38.78

CMYK Percentages of Color #c49cdf

%12
%30
%0
%13

Triadic Colors of #c49cdf

#c49cdf #dfc49c #9cdfc4

Analogous Colors of #c49cdf

#c49cdf #df9cd9 #a39cdf

Monochromatic Colors of #c49cdf

#c49cdf

Complementary Color

#c49cdf #b7df9c

#c49cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49cdf Color CSS Codes

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

#c49cdf Text Font Color

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

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


#c49cdf Background Color

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

This div background color is #c49cdf


#c49cdf Border Color

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

This div border color is #c49cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49cdf


Comments

No comments written yet.

Please login to write comment.