Color Hex Logo

#c78288 Color Hex

#C78288
(199,130,136)
0 Favorites   0 Comments

Color spaces of #c78288

RGB 199130136
HSL0.990.380.65
HSV355°35°78°
CMYK 0.000.350.32   0.22
XYZ35.979829.885027.1646
Yxy29.88500.38680.3212
Hunter Lab54.667221.81428.8053
CIE-Lab61.554927.40767.8099

#c78288 color RGB value is (199,130,136).

#c78288 hex color red value is 199, green value is 130 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #c78288 hue: 0.99 , saturation: 0.38 and the lightness value of c78288 is 0.65.

The process color (four color CMYK) of #c78288 color hex is 0.00, 0.35, 0.32, 0.22. Web safe color of #c78288 is #cc9999. Color #c78288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000010 10001000
Octal 307 202 210
Decimal 199 130 136
Hex C7 82 88

RGB Percentages of Color #c78288

%42.80
%27.96
%29.25

CMYK Percentages of Color #c78288

%0
%35
%32
%22

Triadic Colors of #c78288

#c78288 #88c782 #8288c7

Analogous Colors of #c78288

#c78288 #c79f82 #c782ab

Monochromatic Colors of #c78288

#c78288

Complementary Color

#c78288 #82c7c1

#c78288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78288 Color CSS Codes

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

#c78288 Text Font Color

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

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


#c78288 Background Color

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

This div background color is #c78288


#c78288 Border Color

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

This div border color is #c78288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78288


Comments

No comments written yet.

Please login to write comment.