Color Hex Logo

#c449ed Color Hex

#C449ED
(196,73,237)
0 Favorites   0 Comments

Color spaces of #c449ed

RGB 19673237
HSL0.790.820.61
HSV285°69°93°
CMYK 0.170.690.00   0.07
XYZ40.433622.615382.3549
Yxy22.61530.27810.1555
Hunter Lab47.555568.5455-69.3873
CIE-Lab54.673971.4147-60.3729

#c449ed color RGB value is (196,73,237).

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

The process color (four color CMYK) of #c449ed color hex is 0.17, 0.69, 0.00, 0.07. Web safe color of #c449ed is #cc33ff. Color #c449ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001001 11101101
Octal 304 111 355
Decimal 196 73 237
Hex C4 49 ED

RGB Percentages of Color #c449ed

%38.74
%14.43
%46.84

CMYK Percentages of Color #c449ed

%17
%69
%0
%7

Triadic Colors of #c449ed

#c449ed #edc449 #49edc4

Analogous Colors of #c449ed

#c449ed #ed49c4 #7249ed

Monochromatic Colors of #c449ed

#c449ed

Complementary Color

#c449ed #72ed49

#c449ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c449ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c449ed Color CSS Codes

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

#c449ed Text Font Color

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

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


#c449ed Background Color

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

This div background color is #c449ed


#c449ed Border Color

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

This div border color is #c449ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c449ed


Comments

No comments written yet.

Please login to write comment.