Color Hex Logo

#c49cea Color Hex

#C49CEA
(196,156,234)
0 Favorites   0 Comments

Color spaces of #c49cea

RGB 196156234
HSL0.750.650.76
HSV271°33°92°
CMYK 0.160.330.00   0.08
XYZ49.504741.453283.2340
Yxy41.45320.28420.2380
Hunter Lab64.384224.5756-31.5795
CIE-Lab70.492329.4785-33.7458

#c49cea color RGB value is (196,156,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011100 11101010
Octal 304 234 352
Decimal 196 156 234
Hex C4 9C EA

RGB Percentages of Color #c49cea

%33.45
%26.62
%39.93

CMYK Percentages of Color #c49cea

%16
%33
%0
%8

Triadic Colors of #c49cea

#c49cea #eac49c #9ceac4

Analogous Colors of #c49cea

#c49cea #ea9ce9 #9d9cea

Monochromatic Colors of #c49cea

#c49cea

Complementary Color

#c49cea #c2ea9c

#c49cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49cea Color CSS Codes

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

#c49cea Text Font Color

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

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


#c49cea Background Color

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

This div background color is #c49cea


#c49cea Border Color

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

This div border color is #c49cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,156,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 #c49cea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49cea


Comments

No comments written yet.

Please login to write comment.