Color Hex Logo

#c49aeb Color Hex

#C49AEB
(196,154,235)
0 Favorites   0 Comments

Color spaces of #c49aeb

RGB 196154235
HSL0.750.670.76
HSV271°34°92°
CMYK 0.170.340.00   0.08
XYZ49.315940.845183.8819
Yxy40.84510.28340.2347
Hunter Lab63.910225.8957-33.0808
CIE-Lab70.067330.7985-34.9519

#c49aeb color RGB value is (196,154,235).

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

The process color (four color CMYK) of #c49aeb color hex is 0.17, 0.34, 0.00, 0.08. Web safe color of #c49aeb is #cc99ff. Color #c49aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011010 11101011
Octal 304 232 353
Decimal 196 154 235
Hex C4 9A EB

RGB Percentages of Color #c49aeb

%33.50
%26.32
%40.17

CMYK Percentages of Color #c49aeb

%17
%34
%0
%8

Triadic Colors of #c49aeb

#c49aeb #ebc49a #9aebc4

Analogous Colors of #c49aeb

#c49aeb #eb9aea #9c9aeb

Monochromatic Colors of #c49aeb

#c49aeb

Complementary Color

#c49aeb #c1eb9a

#c49aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49aeb Color CSS Codes

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

#c49aeb Text Font Color

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

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


#c49aeb Background Color

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

This div background color is #c49aeb


#c49aeb Border Color

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

This div border color is #c49aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49aeb


Comments

No comments written yet.

Please login to write comment.