Color Hex Logo

#c41147 Color Hex

#C41147
(196,17,71)
0 Favorites   0 Comments

Color spaces of #c41147

RGB 1961771
HSL0.950.840.42
HSV342°91°77°
CMYK 0.000.910.64   0.23
XYZ24.102712.59167.1213
Yxy12.59160.55010.2874
Hunter Lab35.484659.146812.9405
CIE-Lab42.141365.870519.6632

#c41147 color RGB value is (196,17,71).

#c41147 hex color red value is 196, green value is 17 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #c41147 hue: 0.95 , saturation: 0.84 and the lightness value of c41147 is 0.42.

The process color (four color CMYK) of #c41147 color hex is 0.00, 0.91, 0.64, 0.23. Web safe color of #c41147 is #cc0033. Color #c41147 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010001 01000111
Octal 304 21 107
Decimal 196 17 71
Hex C4 11 47

RGB Percentages of Color #c41147

%69.01
%5.99
%25.00

CMYK Percentages of Color #c41147

%0
%91
%64
%23

Triadic Colors of #c41147

#c41147 #47c411 #1147c4

Analogous Colors of #c41147

#c41147 #c43411 #c411a1

Monochromatic Colors of #c41147

#c41147

Complementary Color

#c41147 #11c48e

#c41147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41147 Color CSS Codes

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

#c41147 Text Font Color

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

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


#c41147 Background Color

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

This div background color is #c41147


#c41147 Border Color

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

This div border color is #c41147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41147


Comments

No comments written yet.

Please login to write comment.