Color Hex Logo

#c449ea Color Hex

#C449EA
(196,73,234)
0 Favorites   0 Comments

Color spaces of #c449ea

RGB 19673234
HSL0.790.790.60
HSV286°69°92°
CMYK 0.160.690.00   0.08
XYZ39.998822.441480.0653
Yxy22.44140.28070.1575
Hunter Lab47.372467.8147-67.0470
CIE-Lab54.492270.8448-58.9814

#c449ea color RGB value is (196,73,234).

#c449ea hex color red value is 196, green value is 73 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c449ea hue: 0.79 , saturation: 0.79 and the lightness value of c449ea is 0.60.

The process color (four color CMYK) of #c449ea color hex is 0.16, 0.69, 0.00, 0.08. Web safe color of #c449ea is #cc33ff. Color #c449ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001001 11101010
Octal 304 111 352
Decimal 196 73 234
Hex C4 49 EA

RGB Percentages of Color #c449ea

%38.97
%14.51
%46.52

CMYK Percentages of Color #c449ea

%16
%69
%0
%8

Triadic Colors of #c449ea

#c449ea #eac449 #49eac4

Analogous Colors of #c449ea

#c449ea #ea49c0 #7449ea

Monochromatic Colors of #c449ea

#c449ea

Complementary Color

#c449ea #6fea49

#c449ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c449ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c449ea Color CSS Codes

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

#c449ea Text Font Color

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

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


#c449ea Background Color

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

This div background color is #c449ea


#c449ea Border Color

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

This div border color is #c449ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c449ea


Comments

No comments written yet.

Please login to write comment.