Color Hex Logo

#c49bde Color Hex

#C49BDE
(196,155,222)
0 Favorites   0 Comments

Color spaces of #c49bde

RGB 196155222
HSL0.770.500.74
HSV277°30°87°
CMYK 0.120.300.00   0.13
XYZ47.671140.452474.4028
Yxy40.45240.29330.2489
Hunter Lab63.602222.4854-24.8368
CIE-Lab69.790527.4739-28.2449

#c49bde color RGB value is (196,155,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011011 11011110
Octal 304 233 336
Decimal 196 155 222
Hex C4 9B DE

RGB Percentages of Color #c49bde

%34.21
%27.05
%38.74

CMYK Percentages of Color #c49bde

%12
%30
%0
%13

Triadic Colors of #c49bde

#c49bde #dec49b #9bdec4

Analogous Colors of #c49bde

#c49bde #de9bd7 #a39bde

Monochromatic Colors of #c49bde

#c49bde

Complementary Color

#c49bde #b5de9b

#c49bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49bde Color CSS Codes

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

#c49bde Text Font Color

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

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


#c49bde Background Color

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

This div background color is #c49bde


#c49bde Border Color

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

This div border color is #c49bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49bde


Comments

No comments written yet.

Please login to write comment.