Color Hex Logo

#c42950 Color Hex

#C42950
(196,41,80)
0 Favorites   0 Comments

Color spaces of #c42950

RGB 1964180
HSL0.960.650.46
HSV345°79°77°
CMYK 0.000.790.59   0.23
XYZ25.005913.90088.9546
Yxy13.90080.52250.2904
Hunter Lab37.283854.471811.8587
CIE-Lab44.090361.374416.6295

#c42950 color RGB value is (196,41,80).

#c42950 hex color red value is 196, green value is 41 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c42950 hue: 0.96 , saturation: 0.65 and the lightness value of c42950 is 0.46.

The process color (four color CMYK) of #c42950 color hex is 0.00, 0.79, 0.59, 0.23. Web safe color of #c42950 is #cc3366. Color #c42950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101001 01010000
Octal 304 51 120
Decimal 196 41 80
Hex C4 29 50

RGB Percentages of Color #c42950

%61.83
%12.93
%25.24

CMYK Percentages of Color #c42950

%0
%79
%59
%23

Triadic Colors of #c42950

#c42950 #50c429 #2950c4

Analogous Colors of #c42950

#c42950 #c44f29 #c4299e

Monochromatic Colors of #c42950

#c42950

Complementary Color

#c42950 #29c49d

#c42950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42950 Color CSS Codes

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

#c42950 Text Font Color

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

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


#c42950 Background Color

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

This div background color is #c42950


#c42950 Border Color

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

This div border color is #c42950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42950


Comments

No comments written yet.

Please login to write comment.