Color Hex Logo

#c49cde Color Hex

#C49CDE
(196,156,222)
0 Favorites   0 Comments

Color spaces of #c49cde

RGB 196156222
HSL0.770.500.74
HSV276°30°87°
CMYK 0.120.300.00   0.13
XYZ47.838240.786674.4585
Yxy40.78660.29330.2501
Hunter Lab63.864421.9444-24.4202
CIE-Lab70.026226.9219-27.8826

#c49cde color RGB value is (196,156,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011100 11011110
Octal 304 234 336
Decimal 196 156 222
Hex C4 9C DE

RGB Percentages of Color #c49cde

%34.15
%27.18
%38.68

CMYK Percentages of Color #c49cde

%12
%30
%0
%13

Triadic Colors of #c49cde

#c49cde #dec49c #9cdec4

Analogous Colors of #c49cde

#c49cde #de9cd7 #a39cde

Monochromatic Colors of #c49cde

#c49cde

Complementary Color

#c49cde #b6de9c

#c49cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49cde Color CSS Codes

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

#c49cde Text Font Color

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

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


#c49cde Background Color

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

This div background color is #c49cde


#c49cde Border Color

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

This div border color is #c49cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49cde


Comments

No comments written yet.

Please login to write comment.