Color Hex Logo

#c41047 Color Hex

#C41047
(196,16,71)
0 Favorites   0 Comments

Color spaces of #c41047

RGB 1961671
HSL0.950.850.42
HSV342°92°77°
CMYK 0.000.920.64   0.23
XYZ24.087612.56137.1162
Yxy12.56130.55040.2870
Hunter Lab35.441959.291612.9048
CIE-Lab42.094766.005519.6020

#c41047 color RGB value is (196,16,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010000 01000111
Octal 304 20 107
Decimal 196 16 71
Hex C4 10 47

RGB Percentages of Color #c41047

%69.26
%5.65
%25.09

CMYK Percentages of Color #c41047

%0
%92
%64
%23

Triadic Colors of #c41047

#c41047 #47c410 #1047c4

Analogous Colors of #c41047

#c41047 #c43310 #c410a1

Monochromatic Colors of #c41047

#c41047

Complementary Color

#c41047 #10c48d

#c41047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41047 Color CSS Codes

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

#c41047 Text Font Color

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

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


#c41047 Background Color

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

This div background color is #c41047


#c41047 Border Color

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

This div border color is #c41047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41047


Comments

No comments written yet.

Please login to write comment.