Color Hex Logo

#c49afe Color Hex

#C49AFE
(196,154,254)
0 Favorites   0 Comments

Color spaces of #c49afe

RGB 196154254
HSL0.740.980.80
HSV265°39°100°
CMYK 0.230.390.00   0.00
XYZ52.209942.002799.1215
Yxy42.00270.27010.2173
Hunter Lab64.809530.3813-45.3132
CIE-Lab70.872835.0366-44.0545

#c49afe color RGB value is (196,154,254).

#c49afe hex color red value is 196, green value is 154 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c49afe hue: 0.74 , saturation: 0.98 and the lightness value of c49afe is 0.80.

The process color (four color CMYK) of #c49afe color hex is 0.23, 0.39, 0.00, 0.00. Web safe color of #c49afe is #cc99ff. Color #c49afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011010 11111110
Octal 304 232 376
Decimal 196 154 254
Hex C4 9A FE

RGB Percentages of Color #c49afe

%32.45
%25.50
%42.05

CMYK Percentages of Color #c49afe

%23
%39
%0
%0

Triadic Colors of #c49afe

#c49afe #fec49a #9afec4

Analogous Colors of #c49afe

#c49afe #f69afe #9aa2fe

Monochromatic Colors of #c49afe

#c49afe

Complementary Color

#c49afe #d4fe9a

#c49afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49afe Color CSS Codes

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

#c49afe Text Font Color

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

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


#c49afe Background Color

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

This div background color is #c49afe


#c49afe Border Color

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

This div border color is #c49afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49afe


Comments

No comments written yet.

Please login to write comment.