Color Hex Logo

#c49bdd Color Hex

#C49BDD
(196,155,221)
0 Favorites   0 Comments

Color spaces of #c49bdd

RGB 196155221
HSL0.770.490.74
HSV277°30°87°
CMYK 0.110.300.00   0.13
XYZ47.537440.398973.6989
Yxy40.39890.29410.2499
Hunter Lab63.560122.2721-24.2555
CIE-Lab69.752727.2652-27.7528

#c49bdd color RGB value is (196,155,221).

#c49bdd hex color red value is 196, green value is 155 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c49bdd hue: 0.77 , saturation: 0.49 and the lightness value of c49bdd is 0.74.

The process color (four color CMYK) of #c49bdd color hex is 0.11, 0.30, 0.00, 0.13. Web safe color of #c49bdd is #cc99cc. Color #c49bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011011 11011101
Octal 304 233 335
Decimal 196 155 221
Hex C4 9B DD

RGB Percentages of Color #c49bdd

%34.27
%27.10
%38.64

CMYK Percentages of Color #c49bdd

%11
%30
%0
%13

Triadic Colors of #c49bdd

#c49bdd #ddc49b #9bddc4

Analogous Colors of #c49bdd

#c49bdd #dd9bd5 #a39bdd

Monochromatic Colors of #c49bdd

#c49bdd

Complementary Color

#c49bdd #b4dd9b

#c49bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49bdd Color CSS Codes

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

#c49bdd Text Font Color

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

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


#c49bdd Background Color

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

This div background color is #c49bdd


#c49bdd Border Color

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

This div border color is #c49bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49bdd


Comments

No comments written yet.

Please login to write comment.