Color Hex Logo

#c8387f Color Hex

#C8387F
(200,56,127)
0 Favorites   0 Comments

Color spaces of #c8387f

RGB 20056127
HSL0.920.570.50
HSV330°72°78°
CMYK 0.000.720.37   0.22
XYZ29.064416.640021.7587
Yxy16.64000.43080.2467
Hunter Lab40.792255.7949-3.0710
CIE-Lab47.803261.8423-6.9231

#c8387f color RGB value is (200,56,127).

#c8387f hex color red value is 200, green value is 56 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #c8387f hue: 0.92 , saturation: 0.57 and the lightness value of c8387f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00111000 01111111
Octal 310 70 177
Decimal 200 56 127
Hex C8 38 7F

RGB Percentages of Color #c8387f

%52.22
%14.62
%33.16

CMYK Percentages of Color #c8387f

%0
%72
%37
%22

Triadic Colors of #c8387f

#c8387f #7fc838 #387fc8

Analogous Colors of #c8387f

#c8387f #c83938 #c838c7

Monochromatic Colors of #c8387f

#c8387f

Complementary Color

#c8387f #38c881

#c8387f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8387f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8387f Color CSS Codes

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

#c8387f Text Font Color

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

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


#c8387f Background Color

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

This div background color is #c8387f


#c8387f Border Color

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

This div border color is #c8387f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,56,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 #c8387f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8387f


Comments

No comments written yet.

Please login to write comment.