Color Hex Logo

#c49aec Color Hex

#C49AEC
(196,154,236)
0 Favorites   0 Comments

Color spaces of #c49aec

RGB 196154236
HSL0.750.680.76
HSV271°35°93°
CMYK 0.170.350.00   0.07
XYZ49.460940.903184.6451
Yxy40.90310.28260.2337
Hunter Lab63.955526.1233-33.7014
CIE-Lab70.108031.0163-35.4361

#c49aec color RGB value is (196,154,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011010 11101100
Octal 304 232 354
Decimal 196 154 236
Hex C4 9A EC

RGB Percentages of Color #c49aec

%33.45
%26.28
%40.27

CMYK Percentages of Color #c49aec

%17
%35
%0
%7

Triadic Colors of #c49aec

#c49aec #ecc49a #9aecc4

Analogous Colors of #c49aec

#c49aec #ec9aeb #9b9aec

Monochromatic Colors of #c49aec

#c49aec

Complementary Color

#c49aec #c2ec9a

#c49aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49aec Color CSS Codes

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

#c49aec Text Font Color

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

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


#c49aec Background Color

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

This div background color is #c49aec


#c49aec Border Color

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

This div border color is #c49aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49aec


Comments

No comments written yet.

Please login to write comment.