Color Hex Logo

#c87391 Color Hex

#C87391
(200,115,145)
0 Favorites   0 Comments

Color spaces of #c87391

RGB 200115145
HSL0.940.440.62
HSV339°43°78°
CMYK 0.000.430.28   0.22
XYZ35.061026.585230.0716
Yxy26.58520.38230.2899
Hunter Lab51.560831.14731.5131
CIE-Lab58.588437.0886-1.6446

#c87391 color RGB value is (200,115,145).

#c87391 hex color red value is 200, green value is 115 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #c87391 hue: 0.94 , saturation: 0.44 and the lightness value of c87391 is 0.62.

The process color (four color CMYK) of #c87391 color hex is 0.00, 0.43, 0.28, 0.22. Web safe color of #c87391 is #cc6699. Color #c87391 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110011 10010001
Octal 310 163 221
Decimal 200 115 145
Hex C8 73 91

RGB Percentages of Color #c87391

%43.48
%25.00
%31.52

CMYK Percentages of Color #c87391

%0
%43
%28
%22

Triadic Colors of #c87391

#c87391 #91c873 #7391c8

Analogous Colors of #c87391

#c87391 #c88073 #c873bc

Monochromatic Colors of #c87391

#c87391

Complementary Color

#c87391 #73c8aa

#c87391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87391 Color CSS Codes

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

#c87391 Text Font Color

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

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


#c87391 Background Color

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

This div background color is #c87391


#c87391 Border Color

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

This div border color is #c87391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87391


Comments

No comments written yet.

Please login to write comment.