Color Hex Logo

#c49fea Color Hex

#C49FEA
(196,159,234)
0 Favorites   0 Comments

Color spaces of #c49fea

RGB 196159234
HSL0.750.640.77
HSV270°32°92°
CMYK 0.160.320.00   0.08
XYZ50.014442.472583.4039
Yxy42.47250.28430.2415
Hunter Lab65.170922.9379-30.2580
CIE-Lab71.195527.8235-32.6578

#c49fea color RGB value is (196,159,234).

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

The process color (four color CMYK) of #c49fea color hex is 0.16, 0.32, 0.00, 0.08. Web safe color of #c49fea is #cc99ff. Color #c49fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011111 11101010
Octal 304 237 352
Decimal 196 159 234
Hex C4 9F EA

RGB Percentages of Color #c49fea

%33.28
%26.99
%39.73

CMYK Percentages of Color #c49fea

%16
%32
%0
%8

Triadic Colors of #c49fea

#c49fea #eac49f #9feac4

Analogous Colors of #c49fea

#c49fea #ea9fea #9fa0ea

Monochromatic Colors of #c49fea

#c49fea

Complementary Color

#c49fea #c5ea9f

#c49fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49fea Color CSS Codes

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

#c49fea Text Font Color

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

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


#c49fea Background Color

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

This div background color is #c49fea


#c49fea Border Color

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

This div border color is #c49fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49fea


Comments

No comments written yet.

Please login to write comment.