Color Hex Logo

#c41e8c Color Hex

#C41E8C
(196,30,140)
0 Favorites   0 Comments

Color spaces of #c41e8c

RGB 19630140
HSL0.890.730.44
HSV320°85°77°
CMYK 0.000.850.29   0.23
XYZ27.962814.557826.1471
Yxy14.55780.40720.2120
Hunter Lab38.154764.0484-13.9227
CIE-Lab45.022569.5173-19.1022

#c41e8c color RGB value is (196,30,140).

#c41e8c hex color red value is 196, green value is 30 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #c41e8c hue: 0.89 , saturation: 0.73 and the lightness value of c41e8c is 0.44.

The process color (four color CMYK) of #c41e8c color hex is 0.00, 0.85, 0.29, 0.23. Web safe color of #c41e8c is #cc3399. Color #c41e8c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011110 10001100
Octal 304 36 214
Decimal 196 30 140
Hex C4 1E 8C

RGB Percentages of Color #c41e8c

%53.55
%8.20
%38.25

CMYK Percentages of Color #c41e8c

%0
%85
%29
%23

Triadic Colors of #c41e8c

#c41e8c #8cc41e #1e8cc4

Analogous Colors of #c41e8c

#c41e8c #c41e39 #a91ec4

Monochromatic Colors of #c41e8c

#c41e8c

Complementary Color

#c41e8c #1ec456

#c41e8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41e8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41e8c Color CSS Codes

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

#c41e8c Text Font Color

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

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


#c41e8c Background Color

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

This div background color is #c41e8c


#c41e8c Border Color

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

This div border color is #c41e8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41e8c


Comments

No comments written yet.

Please login to write comment.