Color Hex Logo

#c49fdf Color Hex

#C49FDF
(196,159,223)
0 Favorites   0 Comments

Color spaces of #c49fdf

RGB 196159223
HSL0.760.500.75
HSV275°29°87°
CMYK 0.120.290.00   0.13
XYZ48.482441.859775.3365
Yxy41.85970.29260.2527
Hunter Lab64.699120.5360-23.7487
CIE-Lab70.774125.4754-27.2830

#c49fdf color RGB value is (196,159,223).

#c49fdf hex color red value is 196, green value is 159 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c49fdf hue: 0.76 , saturation: 0.50 and the lightness value of c49fdf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011111 11011111
Octal 304 237 337
Decimal 196 159 223
Hex C4 9F DF

RGB Percentages of Color #c49fdf

%33.91
%27.51
%38.58

CMYK Percentages of Color #c49fdf

%12
%29
%0
%13

Triadic Colors of #c49fdf

#c49fdf #dfc49f #9fdfc4

Analogous Colors of #c49fdf

#c49fdf #df9fda #a49fdf

Monochromatic Colors of #c49fdf

#c49fdf

Complementary Color

#c49fdf #badf9f

#c49fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49fdf Color CSS Codes

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

#c49fdf Text Font Color

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

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


#c49fdf Background Color

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

This div background color is #c49fdf


#c49fdf Border Color

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

This div border color is #c49fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49fdf


Comments

No comments written yet.

Please login to write comment.