Color Hex Logo

#c47388 Color Hex

#C47388
(196,115,136)
0 Favorites   0 Comments

Color spaces of #c47388

RGB 196115136
HSL0.960.410.61
HSV344°41°77°
CMYK 0.000.410.31   0.23
XYZ33.339625.774826.5104
Yxy25.77480.38940.3010
Hunter Lab50.768928.37424.5783
CIE-Lab57.822734.42192.3940

#c47388 color RGB value is (196,115,136).

#c47388 hex color red value is 196, green value is 115 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #c47388 hue: 0.96 , saturation: 0.41 and the lightness value of c47388 is 0.61.

The process color (four color CMYK) of #c47388 color hex is 0.00, 0.41, 0.31, 0.23. Web safe color of #c47388 is #cc6699. Color #c47388 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110011 10001000
Octal 304 163 210
Decimal 196 115 136
Hex C4 73 88

RGB Percentages of Color #c47388

%43.85
%25.73
%30.43

CMYK Percentages of Color #c47388

%0
%41
%31
%23

Triadic Colors of #c47388

#c47388 #88c473 #7388c4

Analogous Colors of #c47388

#c47388 #c48773 #c473b1

Monochromatic Colors of #c47388

#c47388

Complementary Color

#c47388 #73c4af

#c47388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47388 Color CSS Codes

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

#c47388 Text Font Color

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

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


#c47388 Background Color

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

This div background color is #c47388


#c47388 Border Color

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

This div border color is #c47388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47388


Comments

No comments written yet.

Please login to write comment.