Color Hex Logo

#c41046 Color Hex

#C41046
(196,16,70)
0 Favorites   0 Comments

Color spaces of #c41046

RGB 1961670
HSL0.950.850.42
HSV342°92°77°
CMYK 0.000.920.64   0.23
XYZ24.055712.54856.9486
Yxy12.54850.55230.2881
Hunter Lab35.423959.224313.1666
CIE-Lab42.074965.950920.2054

#c41046 color RGB value is (196,16,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010000 01000110
Octal 304 20 106
Decimal 196 16 70
Hex C4 10 46

RGB Percentages of Color #c41046

%69.50
%5.67
%24.82

CMYK Percentages of Color #c41046

%0
%92
%64
%23

Triadic Colors of #c41046

#c41046 #46c410 #1046c4

Analogous Colors of #c41046

#c41046 #c43410 #c410a0

Monochromatic Colors of #c41046

#c41046

Complementary Color

#c41046 #10c48e

#c41046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41046 Color CSS Codes

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

#c41046 Text Font Color

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

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


#c41046 Background Color

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

This div background color is #c41046


#c41046 Border Color

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

This div border color is #c41046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41046


Comments

No comments written yet.

Please login to write comment.