Color Hex Logo

#c4419f Color Hex

#C4419F
(196,65,159)
0 Favorites   0 Comments

Color spaces of #c4419f

RGB 19665159
HSL0.880.530.51
HSV317°67°77°
CMYK 0.000.670.19   0.23
XYZ30.913318.019634.6497
Yxy18.01960.36990.2156
Hunter Lab42.449555.7037-18.6812
CIE-Lab49.519961.4394-23.5799

#c4419f color RGB value is (196,65,159).

#c4419f hex color red value is 196, green value is 65 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c4419f hue: 0.88 , saturation: 0.53 and the lightness value of c4419f is 0.51.

The process color (four color CMYK) of #c4419f color hex is 0.00, 0.67, 0.19, 0.23. Web safe color of #c4419f is #cc3399. Color #c4419f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000001 10011111
Octal 304 101 237
Decimal 196 65 159
Hex C4 41 9F

RGB Percentages of Color #c4419f

%46.67
%15.48
%37.86

CMYK Percentages of Color #c4419f

%0
%67
%19
%23

Triadic Colors of #c4419f

#c4419f #9fc441 #419fc4

Analogous Colors of #c4419f

#c4419f #c4415e #a841c4

Monochromatic Colors of #c4419f

#c4419f

Complementary Color

#c4419f #41c466

#c4419f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4419f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4419f Color CSS Codes

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

#c4419f Text Font Color

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

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


#c4419f Background Color

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

This div background color is #c4419f


#c4419f Border Color

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

This div border color is #c4419f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4419f


Comments

No comments written yet.

Please login to write comment.