Color Hex Logo

#c8487e Color Hex

#C8487E
(200,72,126)
0 Favorites   0 Comments

Color spaces of #c8487e

RGB 20072126
HSL0.930.540.53
HSV335°64°78°
CMYK 0.000.640.37   0.22
XYZ29.902718.420421.7181
Yxy18.42040.42690.2630
Hunter Lab42.919049.25700.0411
CIE-Lab50.002155.5722-3.0592

#c8487e color RGB value is (200,72,126).

#c8487e hex color red value is 200, green value is 72 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c8487e hue: 0.93 , saturation: 0.54 and the lightness value of c8487e is 0.53.

The process color (four color CMYK) of #c8487e color hex is 0.00, 0.64, 0.37, 0.22. Web safe color of #c8487e is #cc3366. Color #c8487e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001000 01111110
Octal 310 110 176
Decimal 200 72 126
Hex C8 48 7E

RGB Percentages of Color #c8487e

%50.25
%18.09
%31.66

CMYK Percentages of Color #c8487e

%0
%64
%37
%22

Triadic Colors of #c8487e

#c8487e #7ec848 #487ec8

Analogous Colors of #c8487e

#c8487e #c85248 #c848be

Monochromatic Colors of #c8487e

#c8487e

Complementary Color

#c8487e #48c892

#c8487e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8487e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8487e Color CSS Codes

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

#c8487e Text Font Color

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

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


#c8487e Background Color

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

This div background color is #c8487e


#c8487e Border Color

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

This div border color is #c8487e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8487e


Comments

No comments written yet.

Please login to write comment.