Color Hex Logo

#c41592 Color Hex

#C41592
(196,21,146)
0 Favorites   0 Comments

Color spaces of #c41592

RGB 19621146
HSL0.880.810.43
HSV317°89°77°
CMYK 0.000.890.26   0.23
XYZ28.221414.347428.4760
Yxy14.34740.39720.2019
Hunter Lab37.878066.7070-18.0586
CIE-Lab44.727171.8126-23.1979

#c41592 color RGB value is (196,21,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010101 10010010
Octal 304 25 222
Decimal 196 21 146
Hex C4 15 92

RGB Percentages of Color #c41592

%53.99
%5.79
%40.22

CMYK Percentages of Color #c41592

%0
%89
%26
%23

Triadic Colors of #c41592

#c41592 #92c415 #1592c4

Analogous Colors of #c41592

#c41592 #c4153b #9f15c4

Monochromatic Colors of #c41592

#c41592

Complementary Color

#c41592 #15c447

#c41592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41592 Color CSS Codes

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

#c41592 Text Font Color

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

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


#c41592 Background Color

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

This div background color is #c41592


#c41592 Border Color

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

This div border color is #c41592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41592


Comments

No comments written yet.

Please login to write comment.