Color Hex Logo

#c4264e Color Hex

#C4264E
(196,38,78)
0 Favorites   0 Comments

Color spaces of #c4264e

RGB 1963878
HSL0.960.680.46
HSV345°81°77°
CMYK 0.000.810.60   0.23
XYZ24.833213.67208.5378
Yxy13.67200.52790.2906
Hunter Lab36.975755.174812.1927
CIE-Lab43.758862.064017.4289

#c4264e color RGB value is (196,38,78).

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

The process color (four color CMYK) of #c4264e color hex is 0.00, 0.81, 0.60, 0.23. Web safe color of #c4264e is #cc3366. Color #c4264e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100110 01001110
Octal 304 46 116
Decimal 196 38 78
Hex C4 26 4E

RGB Percentages of Color #c4264e

%62.82
%12.18
%25.00

CMYK Percentages of Color #c4264e

%0
%81
%60
%23

Triadic Colors of #c4264e

#c4264e #4ec426 #264ec4

Analogous Colors of #c4264e

#c4264e #c44d26 #c4269d

Monochromatic Colors of #c4264e

#c4264e

Complementary Color

#c4264e #26c49c

#c4264e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4264e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4264e Color CSS Codes

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

#c4264e Text Font Color

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

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


#c4264e Background Color

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

This div background color is #c4264e


#c4264e Border Color

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

This div border color is #c4264e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4264e


Comments

No comments written yet.

Please login to write comment.