Color Hex Logo

#c41690 Color Hex

#C41690
(196,22,144)
0 Favorites   0 Comments

Color spaces of #c41690

RGB 19622144
HSL0.880.800.43
HSV318°89°77°
CMYK 0.000.890.27   0.23
XYZ28.085914.323227.6699
Yxy14.32320.40080.2044
Hunter Lab37.846066.2361-16.8558
CIE-Lab44.692971.4251-22.0383

#c41690 color RGB value is (196,22,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010110 10010000
Octal 304 26 220
Decimal 196 22 144
Hex C4 16 90

RGB Percentages of Color #c41690

%54.14
%6.08
%39.78

CMYK Percentages of Color #c41690

%0
%89
%27
%23

Triadic Colors of #c41690

#c41690 #90c416 #1690c4

Analogous Colors of #c41690

#c41690 #c41639 #a116c4

Monochromatic Colors of #c41690

#c41690

Complementary Color

#c41690 #16c44a

#c41690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41690 Color CSS Codes

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

#c41690 Text Font Color

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

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


#c41690 Background Color

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

This div background color is #c41690


#c41690 Border Color

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

This div border color is #c41690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41690


Comments

No comments written yet.

Please login to write comment.