Color Hex Logo

#c449ce Color Hex

#C449CE
(196,73,206)
0 Favorites   0 Comments

Color spaces of #c449ce

RGB 19673206
HSL0.820.580.55
HSV295°65°81°
CMYK 0.050.650.00   0.19
XYZ36.288120.957160.5250
Yxy20.95710.30810.1779
Hunter Lab45.778961.3805-46.3429
CIE-Lab52.902565.7324-45.6479

#c449ce color RGB value is (196,73,206).

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

The process color (four color CMYK) of #c449ce color hex is 0.05, 0.65, 0.00, 0.19. Web safe color of #c449ce is #cc33cc. Color #c449ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001001 11001110
Octal 304 111 316
Decimal 196 73 206
Hex C4 49 CE

RGB Percentages of Color #c449ce

%41.26
%15.37
%43.37

CMYK Percentages of Color #c449ce

%5
%65
%0
%19

Triadic Colors of #c449ce

#c449ce #cec449 #49cec4

Analogous Colors of #c449ce

#c449ce #ce4996 #8249ce

Monochromatic Colors of #c449ce

#c449ce

Complementary Color

#c449ce #53ce49

#c449ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c449ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c449ce Color CSS Codes

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

#c449ce Text Font Color

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

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


#c449ce Background Color

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

This div background color is #c449ce


#c449ce Border Color

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

This div border color is #c449ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c449ce


Comments

No comments written yet.

Please login to write comment.