Color Hex Logo

#c49dde Color Hex

#C49DDE
(196,157,222)
0 Favorites   0 Comments

Color spaces of #c49dde

RGB 196157222
HSL0.770.500.74
HSV276°29°87°
CMYK 0.120.290.00   0.13
XYZ48.006741.123674.5147
Yxy41.12360.29340.2513
Hunter Lab64.127721.4036-24.0041
CIE-Lab70.262426.3699-27.5196

#c49dde color RGB value is (196,157,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011101 11011110
Octal 304 235 336
Decimal 196 157 222
Hex C4 9D DE

RGB Percentages of Color #c49dde

%34.09
%27.30
%38.61

CMYK Percentages of Color #c49dde

%12
%29
%0
%13

Triadic Colors of #c49dde

#c49dde #dec49d #9ddec4

Analogous Colors of #c49dde

#c49dde #de9dd8 #a49dde

Monochromatic Colors of #c49dde

#c49dde

Complementary Color

#c49dde #b7de9d

#c49dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49dde Color CSS Codes

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

#c49dde Text Font Color

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

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


#c49dde Background Color

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

This div background color is #c49dde


#c49dde Border Color

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

This div border color is #c49dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49dde


Comments

No comments written yet.

Please login to write comment.