Color Hex Logo

#c47383 Color Hex

#C47383
(196,115,131)
0 Favorites   0 Comments

Color spaces of #c47383

RGB 196115131
HSL0.970.410.61
HSV348°41°77°
CMYK 0.000.410.33   0.23
XYZ32.992425.635924.6821
Yxy25.63590.39600.3077
Hunter Lab50.631927.70716.5396
CIE-Lab57.689833.76615.1045

#c47383 color RGB value is (196,115,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110011 10000011
Octal 304 163 203
Decimal 196 115 131
Hex C4 73 83

RGB Percentages of Color #c47383

%44.34
%26.02
%29.64

CMYK Percentages of Color #c47383

%0
%41
%33
%23

Triadic Colors of #c47383

#c47383 #83c473 #7383c4

Analogous Colors of #c47383

#c47383 #c48c73 #c473ac

Monochromatic Colors of #c47383

#c47383

Complementary Color

#c47383 #73c4b4

#c47383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47383 Color CSS Codes

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

#c47383 Text Font Color

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

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


#c47383 Background Color

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

This div background color is #c47383


#c47383 Border Color

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

This div border color is #c47383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47383


Comments

No comments written yet.

Please login to write comment.