Color Hex Logo

#c49bdb Color Hex

#C49BDB
(196,155,219)
0 Favorites   0 Comments

Color spaces of #c49bdb

RGB 196155219
HSL0.770.470.73
HSV278°29°86°
CMYK 0.110.290.00   0.14
XYZ47.272540.292972.3036
Yxy40.29290.29570.2520
Hunter Lab63.476721.8487-23.1010
CIE-Lab69.677626.8502-26.7670

#c49bdb color RGB value is (196,155,219).

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

The process color (four color CMYK) of #c49bdb color hex is 0.11, 0.29, 0.00, 0.14. Web safe color of #c49bdb is #cc99cc. Color #c49bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011011 11011011
Octal 304 233 333
Decimal 196 155 219
Hex C4 9B DB

RGB Percentages of Color #c49bdb

%34.39
%27.19
%38.42

CMYK Percentages of Color #c49bdb

%11
%29
%0
%14

Triadic Colors of #c49bdb

#c49bdb #dbc49b #9bdbc4

Analogous Colors of #c49bdb

#c49bdb #db9bd2 #a49bdb

Monochromatic Colors of #c49bdb

#c49bdb

Complementary Color

#c49bdb #b2db9b

#c49bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49bdb Color CSS Codes

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

#c49bdb Text Font Color

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

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


#c49bdb Background Color

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

This div background color is #c49bdb


#c49bdb Border Color

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

This div border color is #c49bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49bdb


Comments

No comments written yet.

Please login to write comment.