Color Hex Logo

#c49adc Color Hex

#C49ADC
(196,154,220)
0 Favorites   0 Comments

Color spaces of #c49adc

RGB 196154220
HSL0.770.490.73
HSV278°30°86°
CMYK 0.110.300.00   0.14
XYZ47.238840.014372.9439
Yxy40.01430.29490.2498
Hunter Lab63.256922.6003-24.0898
CIE-Lab69.479727.6092-27.6218

#c49adc color RGB value is (196,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011010 11011100
Octal 304 232 334
Decimal 196 154 220
Hex C4 9A DC

RGB Percentages of Color #c49adc

%34.39
%27.02
%38.60

CMYK Percentages of Color #c49adc

%11
%30
%0
%14

Triadic Colors of #c49adc

#c49adc #dcc49a #9adcc4

Analogous Colors of #c49adc

#c49adc #dc9ad3 #a39adc

Monochromatic Colors of #c49adc

#c49adc

Complementary Color

#c49adc #b2dc9a

#c49adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49adc Color CSS Codes

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

#c49adc Text Font Color

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

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


#c49adc Background Color

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

This div background color is #c49adc


#c49adc Border Color

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

This div border color is #c49adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49adc


Comments

No comments written yet.

Please login to write comment.