Color Hex Logo

#c86870 Color Hex

#C86870
(200,104,112)
0 Favorites   0 Comments

Color spaces of #c86870

RGB 200104112
HSL0.990.470.60
HSV355°48°78°
CMYK 0.000.480.44   0.22
XYZ31.694423.349818.1657
Yxy23.34980.43290.3189
Hunter Lab48.321632.516211.5361
CIE-Lab55.430838.833113.0549

#c86870 color RGB value is (200,104,112).

#c86870 hex color red value is 200, green value is 104 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #c86870 hue: 0.99 , saturation: 0.47 and the lightness value of c86870 is 0.60.

The process color (four color CMYK) of #c86870 color hex is 0.00, 0.48, 0.44, 0.22. Web safe color of #c86870 is #cc6666. Color #c86870 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101000 01110000
Octal 310 150 160
Decimal 200 104 112
Hex C8 68 70

RGB Percentages of Color #c86870

%48.08
%25.00
%26.92

CMYK Percentages of Color #c86870

%0
%48
%44
%22

Triadic Colors of #c86870

#c86870 #70c868 #6870c8

Analogous Colors of #c86870

#c86870 #c89068 #c868a0

Monochromatic Colors of #c86870

#c86870

Complementary Color

#c86870 #68c8c0

#c86870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86870 Color CSS Codes

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

#c86870 Text Font Color

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

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


#c86870 Background Color

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

This div background color is #c86870


#c86870 Border Color

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

This div border color is #c86870


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,104,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c86870; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c86870;
  -webkit-box-shadow: 1px 1px 3px 2px #c86870;
  box-shadow:         1px 1px 3px 2px #c86870; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,104,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86870


Comments

No comments written yet.

Please login to write comment.