Color Hex Logo

#c4265e Color Hex

#C4265E
(196,38,94)
0 Favorites   0 Comments

Color spaces of #c4265e

RGB 1963894
HSL0.940.680.46
HSV339°81°77°
CMYK 0.000.810.52   0.23
XYZ25.478413.930111.9356
Yxy13.93010.49620.2713
Hunter Lab37.323056.53687.1657
CIE-Lab44.132563.19797.9592

#c4265e color RGB value is (196,38,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100110 01011110
Octal 304 46 136
Decimal 196 38 94
Hex C4 26 5E

RGB Percentages of Color #c4265e

%59.76
%11.59
%28.66

CMYK Percentages of Color #c4265e

%0
%81
%52
%23

Triadic Colors of #c4265e

#c4265e #5ec426 #265ec4

Analogous Colors of #c4265e

#c4265e #c43d26 #c426ad

Monochromatic Colors of #c4265e

#c4265e

Complementary Color

#c4265e #26c48c

#c4265e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4265e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4265e Color CSS Codes

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

#c4265e Text Font Color

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

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


#c4265e Background Color

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

This div background color is #c4265e


#c4265e Border Color

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

This div border color is #c4265e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4265e


Comments

No comments written yet.

Please login to write comment.