Color Hex Logo

#c49ecf Color Hex

#C49ECF
(196,158,207)
0 Favorites   0 Comments

Color spaces of #c49ecf

RGB 196158207
HSL0.800.340.72
HSV287°24°81°
CMYK 0.050.240.00   0.19
XYZ46.254340.694564.4484
Yxy40.69450.30550.2688
Hunter Lab63.792217.7899-15.2453
CIE-Lab69.961422.7624-19.7153

#c49ecf color RGB value is (196,158,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011110 11001111
Octal 304 236 317
Decimal 196 158 207
Hex C4 9E CF

RGB Percentages of Color #c49ecf

%34.94
%28.16
%36.90

CMYK Percentages of Color #c49ecf

%5
%24
%0
%19

Triadic Colors of #c49ecf

#c49ecf #cfc49e #9ecfc4

Analogous Colors of #c49ecf

#c49ecf #cf9ec2 #ac9ecf

Monochromatic Colors of #c49ecf

#c49ecf

Complementary Color

#c49ecf #a9cf9e

#c49ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49ecf Color CSS Codes

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

#c49ecf Text Font Color

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

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


#c49ecf Background Color

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

This div background color is #c49ecf


#c49ecf Border Color

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

This div border color is #c49ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49ecf


Comments

No comments written yet.

Please login to write comment.