Color Hex Logo

#c449ff Color Hex

#C449FF
(196,73,255)
0 Favorites   0 Comments

Color spaces of #c449ff

RGB 19673255
HSL0.781.000.64
HSV281°71°100°
CMYK 0.230.710.00   0.00
XYZ43.197523.720896.9096
Yxy23.72080.26370.1448
Hunter Lab48.704073.0867-83.8805
CIE-Lab55.807274.9100-68.5770

#c449ff color RGB value is (196,73,255).

#c449ff hex color red value is 196, green value is 73 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c449ff hue: 0.78 , saturation: 1.00 and the lightness value of c449ff is 0.64.

The process color (four color CMYK) of #c449ff color hex is 0.23, 0.71, 0.00, 0.00. Web safe color of #c449ff is #cc33ff. Color #c449ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001001 11111111
Octal 304 111 377
Decimal 196 73 255
Hex C4 49 FF

RGB Percentages of Color #c449ff

%37.40
%13.93
%48.66

CMYK Percentages of Color #c449ff

%23
%71
%0
%0

Triadic Colors of #c449ff

#c449ff #ffc449 #49ffc4

Analogous Colors of #c449ff

#c449ff #ff49df #6949ff

Monochromatic Colors of #c449ff

#c449ff

Complementary Color

#c449ff #84ff49

#c449ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c449ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c449ff Color CSS Codes

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

#c449ff Text Font Color

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

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


#c449ff Background Color

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

This div background color is #c449ff


#c449ff Border Color

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

This div border color is #c449ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c449ff

Related Colors


Comments

No comments written yet.

Please login to write comment.