Color Hex Logo

#c41969 Color Hex

#C41969
(196,25,105)
0 Favorites   0 Comments

Color spaces of #c41969

RGB 19625105
HSL0.920.770.43
HSV332°87°77°
CMYK 0.000.870.46   0.23
XYZ25.662413.450914.6083
Yxy13.45090.47770.2504
Hunter Lab36.675560.71722.0569
CIE-Lab43.434966.97890.0874

#c41969 color RGB value is (196,25,105).

#c41969 hex color red value is 196, green value is 25 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #c41969 hue: 0.92 , saturation: 0.77 and the lightness value of c41969 is 0.43.

The process color (four color CMYK) of #c41969 color hex is 0.00, 0.87, 0.46, 0.23. Web safe color of #c41969 is #cc0066. Color #c41969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011001 01101001
Octal 304 31 151
Decimal 196 25 105
Hex C4 19 69

RGB Percentages of Color #c41969

%60.12
%7.67
%32.21

CMYK Percentages of Color #c41969

%0
%87
%46
%23

Triadic Colors of #c41969

#c41969 #69c419 #1969c4

Analogous Colors of #c41969

#c41969 #c41f19 #c419bf

Monochromatic Colors of #c41969

#c41969

Complementary Color

#c41969 #19c474

#c41969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41969 Color CSS Codes

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

#c41969 Text Font Color

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

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


#c41969 Background Color

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

This div background color is #c41969


#c41969 Border Color

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

This div border color is #c41969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41969


Comments

No comments written yet.

Please login to write comment.