Color Hex Logo

#c49dcf Color Hex

#C49DCF
(196,157,207)
0 Favorites   0 Comments

Color spaces of #c49dcf

RGB 196157207
HSL0.800.340.71
HSV287°24°81°
CMYK 0.050.240.00   0.19
XYZ46.084440.354764.3918
Yxy40.35470.30550.2675
Hunter Lab63.525318.3233-15.6309
CIE-Lab69.721423.3145-20.0798

#c49dcf color RGB value is (196,157,207).

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

The process color (four color CMYK) of #c49dcf color hex is 0.05, 0.24, 0.00, 0.19. Web safe color of #c49dcf is #cc99cc. Color #c49dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011101 11001111
Octal 304 235 317
Decimal 196 157 207
Hex C4 9D CF

RGB Percentages of Color #c49dcf

%35.00
%28.04
%36.96

CMYK Percentages of Color #c49dcf

%5
%24
%0
%19

Triadic Colors of #c49dcf

#c49dcf #cfc49d #9dcfc4

Analogous Colors of #c49dcf

#c49dcf #cf9dc1 #ab9dcf

Monochromatic Colors of #c49dcf

#c49dcf

Complementary Color

#c49dcf #a8cf9d

#c49dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49dcf Color CSS Codes

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

#c49dcf Text Font Color

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

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


#c49dcf Background Color

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

This div background color is #c49dcf


#c49dcf Border Color

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

This div border color is #c49dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49dcf


Comments

No comments written yet.

Please login to write comment.