Color Hex Logo

#c8477f Color Hex

#C8477F
(200,71,127)
0 Favorites   0 Comments

Color spaces of #c8477f

RGB 20071127
HSL0.930.540.53
HSV334°65°78°
CMYK 0.000.650.37   0.22
XYZ29.903418.318122.0383
Yxy18.31810.42560.2607
Hunter Lab42.799649.8156-0.5697
CIE-Lab49.879756.1025-3.8417

#c8477f color RGB value is (200,71,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000111 01111111
Octal 310 107 177
Decimal 200 71 127
Hex C8 47 7F

RGB Percentages of Color #c8477f

%50.25
%17.84
%31.91

CMYK Percentages of Color #c8477f

%0
%65
%37
%22

Triadic Colors of #c8477f

#c8477f #7fc847 #477fc8

Analogous Colors of #c8477f

#c8477f #c85047 #c847c0

Monochromatic Colors of #c8477f

#c8477f

Complementary Color

#c8477f #47c890

#c8477f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8477f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8477f Color CSS Codes

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

#c8477f Text Font Color

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

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


#c8477f Background Color

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

This div background color is #c8477f


#c8477f Border Color

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

This div border color is #c8477f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8477f


Comments

No comments written yet.

Please login to write comment.