Color Hex Logo

#c87271 Color Hex

#C87271
(200,114,113)
0 Favorites   0 Comments

Color spaces of #c87271

RGB 200114113
HSL0.000.440.61
HSV44°78°
CMYK 0.000.430.44   0.22
XYZ32.817425.506218.8163
Yxy25.50620.42540.3306
Hunter Lab50.503727.608313.2627
CIE-Lab57.565333.680315.4361

#c87271 color RGB value is (200,114,113).

#c87271 hex color red value is 200, green value is 114 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #c87271 hue: 0.00 , saturation: 0.44 and the lightness value of c87271 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110010 01110001
Octal 310 162 161
Decimal 200 114 113
Hex C8 72 71

RGB Percentages of Color #c87271

%46.84
%26.70
%26.46

CMYK Percentages of Color #c87271

%0
%43
%44
%22

Triadic Colors of #c87271

#c87271 #71c872 #7271c8

Analogous Colors of #c87271

#c87271 #c89e71 #c8719c

Monochromatic Colors of #c87271

#c87271

Complementary Color

#c87271 #71c7c8

#c87271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87271 Color CSS Codes

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

#c87271 Text Font Color

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

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


#c87271 Background Color

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

This div background color is #c87271


#c87271 Border Color

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

This div border color is #c87271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87271


Comments

No comments written yet.

Please login to write comment.