Color Hex Logo

#c49fde Color Hex

#C49FDE
(196,159,222)
0 Favorites   0 Comments

Color spaces of #c49fde

RGB 196159222
HSL0.760.490.75
HSV275°28°87°
CMYK 0.120.280.00   0.13
XYZ48.347941.806074.6284
Yxy41.80600.29340.2537
Hunter Lab64.657620.3232-23.1728
CIE-Lab70.737025.2657-26.7910

#c49fde color RGB value is (196,159,222).

#c49fde hex color red value is 196, green value is 159 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c49fde hue: 0.76 , saturation: 0.49 and the lightness value of c49fde is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011111 11011110
Octal 304 237 336
Decimal 196 159 222
Hex C4 9F DE

RGB Percentages of Color #c49fde

%33.97
%27.56
%38.47

CMYK Percentages of Color #c49fde

%12
%28
%0
%13

Triadic Colors of #c49fde

#c49fde #dec49f #9fdec4

Analogous Colors of #c49fde

#c49fde #de9fd9 #a59fde

Monochromatic Colors of #c49fde

#c49fde

Complementary Color

#c49fde #b9de9f

#c49fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49fde Color CSS Codes

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

#c49fde Text Font Color

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

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


#c49fde Background Color

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

This div background color is #c49fde


#c49fde Border Color

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

This div border color is #c49fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49fde


Comments

No comments written yet.

Please login to write comment.