Color Hex Logo

#c47b78 Color Hex

#C47B78
(196,123,120)
0 Favorites   0 Comments

Color spaces of #c47b78

RGB 196123120
HSL0.010.390.62
HSV39°77°
CMYK 0.000.370.39   0.23
XYZ33.238127.257721.2787
Yxy27.25770.40650.3333
Hunter Lab52.208922.274012.3815
CIE-Lab59.212128.074713.6136

#c47b78 color RGB value is (196,123,120).

#c47b78 hex color red value is 196, green value is 123 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #c47b78 hue: 0.01 , saturation: 0.39 and the lightness value of c47b78 is 0.62.

The process color (four color CMYK) of #c47b78 color hex is 0.00, 0.37, 0.39, 0.23. Web safe color of #c47b78 is #cc6666. Color #c47b78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111011 01111000
Octal 304 173 170
Decimal 196 123 120
Hex C4 7B 78

RGB Percentages of Color #c47b78

%44.65
%28.02
%27.33

CMYK Percentages of Color #c47b78

%0
%37
%39
%23

Triadic Colors of #c47b78

#c47b78 #78c47b #7b78c4

Analogous Colors of #c47b78

#c47b78 #c4a178 #c4789b

Monochromatic Colors of #c47b78

#c47b78

Complementary Color

#c47b78 #78c1c4

#c47b78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47b78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47b78 Color CSS Codes

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

#c47b78 Text Font Color

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

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


#c47b78 Background Color

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

This div background color is #c47b78


#c47b78 Border Color

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

This div border color is #c47b78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47b78


Comments

No comments written yet.

Please login to write comment.