Color Hex Logo

#c45671 Color Hex

#C45671
(196,86,113)
0 Favorites   0 Comments

Color spaces of #c45671

RGB 19686113
HSL0.960.480.55
HSV345°56°77°
CMYK 0.000.560.42   0.23
XYZ29.073419.583617.8705
Yxy19.58360.43700.2944
Hunter Lab44.253439.82687.0347
CIE-Lab51.363146.53256.6413

#c45671 color RGB value is (196,86,113).

#c45671 hex color red value is 196, green value is 86 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #c45671 hue: 0.96 , saturation: 0.48 and the lightness value of c45671 is 0.55.

The process color (four color CMYK) of #c45671 color hex is 0.00, 0.56, 0.42, 0.23. Web safe color of #c45671 is #cc6666. Color #c45671 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010110 01110001
Octal 304 126 161
Decimal 196 86 113
Hex C4 56 71

RGB Percentages of Color #c45671

%49.62
%21.77
%28.61

CMYK Percentages of Color #c45671

%0
%56
%42
%23

Triadic Colors of #c45671

#c45671 #71c456 #5671c4

Analogous Colors of #c45671

#c45671 #c47256 #c456a8

Monochromatic Colors of #c45671

#c45671

Complementary Color

#c45671 #56c4a9

#c45671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45671 Color CSS Codes

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

#c45671 Text Font Color

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

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


#c45671 Background Color

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

This div background color is #c45671


#c45671 Border Color

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

This div border color is #c45671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45671


Comments

No comments written yet.

Please login to write comment.