Color Hex Logo

#c49ec2 Color Hex

#C49EC2
(196,158,194)
0 Favorites   0 Comments

Color spaces of #c49ec2

RGB 196158194
HSL0.840.240.69
HSV303°19°77°
CMYK 0.000.190.01   0.23
XYZ44.729440.084556.4185
Yxy40.08450.31670.2838
Hunter Lab63.312315.3116-8.5155
CIE-Lab69.529720.2528-13.1739

#c49ec2 color RGB value is (196,158,194).

#c49ec2 hex color red value is 196, green value is 158 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #c49ec2 hue: 0.84 , saturation: 0.24 and the lightness value of c49ec2 is 0.69.

The process color (four color CMYK) of #c49ec2 color hex is 0.00, 0.19, 0.01, 0.23. Web safe color of #c49ec2 is #cc99cc. Color #c49ec2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011110 11000010
Octal 304 236 302
Decimal 196 158 194
Hex C4 9E C2

RGB Percentages of Color #c49ec2

%35.77
%28.83
%35.40

CMYK Percentages of Color #c49ec2

%0
%19
%1
%23

Triadic Colors of #c49ec2

#c49ec2 #c2c49e #9ec2c4

Analogous Colors of #c49ec2

#c49ec2 #c49eaf #b39ec4

Monochromatic Colors of #c49ec2

#c49ec2

Complementary Color

#c49ec2 #9ec4a0

#c49ec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49ec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49ec2 Color CSS Codes

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

#c49ec2 Text Font Color

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

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


#c49ec2 Background Color

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

This div background color is #c49ec2


#c49ec2 Border Color

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

This div border color is #c49ec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49ec2


Comments

No comments written yet.

Please login to write comment.