Color Hex Logo

#c49de6 Color Hex

#C49DE6
(196,157,230)
0 Favorites   0 Comments

Color spaces of #c49de6

RGB 196157230
HSL0.760.590.76
HSV272°32°90°
CMYK 0.150.320.00   0.10
XYZ49.104841.562980.2972
Yxy41.56290.28720.2431
Hunter Lab64.469323.1381-28.7178
CIE-Lab70.568528.0638-31.4378

#c49de6 color RGB value is (196,157,230).

#c49de6 hex color red value is 196, green value is 157 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #c49de6 hue: 0.76 , saturation: 0.59 and the lightness value of c49de6 is 0.76.

The process color (four color CMYK) of #c49de6 color hex is 0.15, 0.32, 0.00, 0.10. Web safe color of #c49de6 is #cc99ff. Color #c49de6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011101 11100110
Octal 304 235 346
Decimal 196 157 230
Hex C4 9D E6

RGB Percentages of Color #c49de6

%33.62
%26.93
%39.45

CMYK Percentages of Color #c49de6

%15
%32
%0
%10

Triadic Colors of #c49de6

#c49de6 #e6c49d #9de6c4

Analogous Colors of #c49de6

#c49de6 #e69de4 #a09de6

Monochromatic Colors of #c49de6

#c49de6

Complementary Color

#c49de6 #bfe69d

#c49de6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49de6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49de6 Color CSS Codes

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

#c49de6 Text Font Color

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

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


#c49de6 Background Color

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

This div background color is #c49de6


#c49de6 Border Color

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

This div border color is #c49de6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49de6


Comments

No comments written yet.

Please login to write comment.