Color Hex Logo

#c4295c Color Hex

#C4295C
(196,41,92)
0 Favorites   0 Comments

Color spaces of #c4295c

RGB 1964192
HSL0.950.650.46
HSV340°79°77°
CMYK 0.000.790.53   0.23
XYZ25.489714.094311.5022
Yxy14.09430.49900.2759
Hunter Lab37.542455.49498.1144
CIE-Lab44.367962.23119.5379

#c4295c color RGB value is (196,41,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101001 01011100
Octal 304 51 134
Decimal 196 41 92
Hex C4 29 5C

RGB Percentages of Color #c4295c

%59.57
%12.46
%27.96

CMYK Percentages of Color #c4295c

%0
%79
%53
%23

Triadic Colors of #c4295c

#c4295c #5cc429 #295cc4

Analogous Colors of #c4295c

#c4295c #c44429 #c429aa

Monochromatic Colors of #c4295c

#c4295c

Complementary Color

#c4295c #29c491

#c4295c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4295c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4295c Color CSS Codes

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

#c4295c Text Font Color

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

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


#c4295c Background Color

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

This div background color is #c4295c


#c4295c Border Color

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

This div border color is #c4295c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4295c


Comments

No comments written yet.

Please login to write comment.