Color Hex Logo

#c49fcd Color Hex

#C49FCD
(196,159,205)
0 Favorites   0 Comments

Color spaces of #c49fcd

RGB 196159205
HSL0.800.320.71
HSV288°22°80°
CMYK 0.040.220.00   0.20
XYZ46.182540.939863.2257
Yxy40.93980.30720.2723
Hunter Lab63.984216.8653-13.7982
CIE-Lab70.133721.8158-18.3493

#c49fcd color RGB value is (196,159,205).

#c49fcd hex color red value is 196, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c49fcd hue: 0.80 , saturation: 0.32 and the lightness value of c49fcd is 0.71.

The process color (four color CMYK) of #c49fcd color hex is 0.04, 0.22, 0.00, 0.20. Web safe color of #c49fcd is #cc99cc. Color #c49fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011111 11001101
Octal 304 237 315
Decimal 196 159 205
Hex C4 9F CD

RGB Percentages of Color #c49fcd

%35.00
%28.39
%36.61

CMYK Percentages of Color #c49fcd

%4
%22
%0
%20

Triadic Colors of #c49fcd

#c49fcd #cdc49f #9fcdc4

Analogous Colors of #c49fcd

#c49fcd #cd9fbf #ad9fcd

Monochromatic Colors of #c49fcd

#c49fcd

Complementary Color

#c49fcd #a8cd9f

#c49fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49fcd Color CSS Codes

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

#c49fcd Text Font Color

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

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


#c49fcd Background Color

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

This div background color is #c49fcd


#c49fcd Border Color

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

This div border color is #c49fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49fcd


Comments

No comments written yet.

Please login to write comment.