Color Hex Logo

#c49aed Color Hex

#C49AED
(196,154,237)
0 Favorites   0 Comments

Color spaces of #c49aed

RGB 196154237
HSL0.750.700.77
HSV270°35°93°
CMYK 0.170.350.00   0.07
XYZ49.606640.961485.4125
Yxy40.96140.28190.2328
Hunter Lab64.001126.3516-34.3246
CIE-Lab70.148931.2346-35.9196

#c49aed color RGB value is (196,154,237).

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

The process color (four color CMYK) of #c49aed color hex is 0.17, 0.35, 0.00, 0.07. Web safe color of #c49aed is #cc99ff. Color #c49aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011010 11101101
Octal 304 232 355
Decimal 196 154 237
Hex C4 9A ED

RGB Percentages of Color #c49aed

%33.39
%26.24
%40.37

CMYK Percentages of Color #c49aed

%17
%35
%0
%7

Triadic Colors of #c49aed

#c49aed #edc49a #9aedc4

Analogous Colors of #c49aed

#c49aed #ed9aed #9b9aed

Monochromatic Colors of #c49aed

#c49aed

Complementary Color

#c49aed #c3ed9a

#c49aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49aed Color CSS Codes

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

#c49aed Text Font Color

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

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


#c49aed Background Color

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

This div background color is #c49aed


#c49aed Border Color

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

This div border color is #c49aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49aed


Comments

No comments written yet.

Please login to write comment.