Color Hex Logo

#c4205e Color Hex

#C4205E
(196,32,94)
0 Favorites   0 Comments

Color spaces of #c4205e

RGB 1963294
HSL0.940.720.45
HSV337°84°77°
CMYK 0.000.840.52   0.23
XYZ25.301813.576911.8767
Yxy13.57690.49850.2675
Hunter Lab36.846858.08956.6821
CIE-Lab43.619964.66077.2332

#c4205e color RGB value is (196,32,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100000 01011110
Octal 304 40 136
Decimal 196 32 94
Hex C4 20 5E

RGB Percentages of Color #c4205e

%60.87
%9.94
%29.19

CMYK Percentages of Color #c4205e

%0
%84
%52
%23

Triadic Colors of #c4205e

#c4205e #5ec420 #205ec4

Analogous Colors of #c4205e

#c4205e #c43420 #c420b0

Monochromatic Colors of #c4205e

#c4205e

Complementary Color

#c4205e #20c486

#c4205e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4205e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4205e Color CSS Codes

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

#c4205e Text Font Color

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

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


#c4205e Background Color

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

This div background color is #c4205e


#c4205e Border Color

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

This div border color is #c4205e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,32,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 #c4205e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4205e


Comments

No comments written yet.

Please login to write comment.