Color Hex Logo

#c41890 Color Hex

#C41890
(196,24,144)
0 Favorites   0 Comments

Color spaces of #c41890

RGB 19624144
HSL0.880.780.43
HSV318°88°77°
CMYK 0.000.880.27   0.23
XYZ28.125614.402627.6832
Yxy14.40260.40060.2051
Hunter Lab37.950865.8739-16.6836
CIE-Lab44.804971.0995-21.8656

#c41890 color RGB value is (196,24,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011000 10010000
Octal 304 30 220
Decimal 196 24 144
Hex C4 18 90

RGB Percentages of Color #c41890

%53.85
%6.59
%39.56

CMYK Percentages of Color #c41890

%0
%88
%27
%23

Triadic Colors of #c41890

#c41890 #90c418 #1890c4

Analogous Colors of #c41890

#c41890 #c4183a #a218c4

Monochromatic Colors of #c41890

#c41890

Complementary Color

#c41890 #18c44c

#c41890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41890 Color CSS Codes

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

#c41890 Text Font Color

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

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


#c41890 Background Color

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

This div background color is #c41890


#c41890 Border Color

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

This div border color is #c41890


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,24,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 #c41890">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41890


Comments

No comments written yet.

Please login to write comment.