Color Hex Logo

#c8717d Color Hex

#C8717D
(200,113,125)
0 Favorites   0 Comments

Color spaces of #c8717d

RGB 200113125
HSL0.980.440.61
HSV352°44°78°
CMYK 0.000.440.38   0.22
XYZ33.426225.570322.5758
Yxy25.57030.40980.3135
Hunter Lab50.567129.50098.9268
CIE-Lab57.626935.57078.5686

#c8717d color RGB value is (200,113,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110001 01111101
Octal 310 161 175
Decimal 200 113 125
Hex C8 71 7D

RGB Percentages of Color #c8717d

%45.66
%25.80
%28.54

CMYK Percentages of Color #c8717d

%0
%44
%38
%22

Triadic Colors of #c8717d

#c8717d #7dc871 #717dc8

Analogous Colors of #c8717d

#c8717d #c89171 #c871a9

Monochromatic Colors of #c8717d

#c8717d

Complementary Color

#c8717d #71c8bc

#c8717d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8717d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8717d Color CSS Codes

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

#c8717d Text Font Color

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

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


#c8717d Background Color

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

This div background color is #c8717d


#c8717d Border Color

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

This div border color is #c8717d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8717d


Comments

No comments written yet.

Please login to write comment.