Color Hex Logo

#c49fdc Color Hex

#C49FDC
(196,159,220)
0 Favorites   0 Comments

Color spaces of #c49fdc

RGB 196159220
HSL0.770.470.74
HSV276°28°86°
CMYK 0.110.280.00   0.14
XYZ48.081441.699373.2248
Yxy41.69930.29500.2558
Hunter Lab64.575019.9017-22.0294
CIE-Lab70.663124.8493-25.8058

#c49fdc color RGB value is (196,159,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011111 11011100
Octal 304 237 334
Decimal 196 159 220
Hex C4 9F DC

RGB Percentages of Color #c49fdc

%34.09
%27.65
%38.26

CMYK Percentages of Color #c49fdc

%11
%28
%0
%14

Triadic Colors of #c49fdc

#c49fdc #dcc49f #9fdcc4

Analogous Colors of #c49fdc

#c49fdc #dc9fd6 #a69fdc

Monochromatic Colors of #c49fdc

#c49fdc

Complementary Color

#c49fdc #b7dc9f

#c49fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49fdc Color CSS Codes

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

#c49fdc Text Font Color

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

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


#c49fdc Background Color

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

This div background color is #c49fdc


#c49fdc Border Color

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

This div border color is #c49fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,159,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 #c49fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49fdc


Comments

No comments written yet.

Please login to write comment.