Color Hex Logo

#c41594 Color Hex

#C41594
(196,21,148)
0 Favorites   0 Comments

Color spaces of #c41594

RGB 19621148
HSL0.880.810.43
HSV316°89°77°
CMYK 0.000.890.24   0.23
XYZ28.378414.410229.3027
Yxy14.41020.39360.1999
Hunter Lab37.960867.0102-19.1946
CIE-Lab44.815672.0486-24.2712

#c41594 color RGB value is (196,21,148).

#c41594 hex color red value is 196, green value is 21 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #c41594 hue: 0.88 , saturation: 0.81 and the lightness value of c41594 is 0.43.

The process color (four color CMYK) of #c41594 color hex is 0.00, 0.89, 0.24, 0.23. Web safe color of #c41594 is #cc0099. Color #c41594 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010101 10010100
Octal 304 25 224
Decimal 196 21 148
Hex C4 15 94

RGB Percentages of Color #c41594

%53.70
%5.75
%40.55

CMYK Percentages of Color #c41594

%0
%89
%24
%23

Triadic Colors of #c41594

#c41594 #94c415 #1594c4

Analogous Colors of #c41594

#c41594 #c4153c #9d15c4

Monochromatic Colors of #c41594

#c41594

Complementary Color

#c41594 #15c445

#c41594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41594 Color CSS Codes

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

#c41594 Text Font Color

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

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


#c41594 Background Color

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

This div background color is #c41594


#c41594 Border Color

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

This div border color is #c41594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41594


Comments

No comments written yet.

Please login to write comment.