Color Hex Logo

#c87da1 Color Hex

#C87DA1
(200,125,161)
0 Favorites   0 Comments

Color spaces of #c87da1

RGB 200125161
HSL0.920.410.64
HSV331°38°78°
CMYK 0.000.380.20   0.22
XYZ37.586129.519837.4351
Yxy29.51980.35950.2824
Hunter Lab54.332128.4022-2.8186
CIE-Lab61.237734.0792-6.9418

#c87da1 color RGB value is (200,125,161).

#c87da1 hex color red value is 200, green value is 125 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #c87da1 hue: 0.92 , saturation: 0.41 and the lightness value of c87da1 is 0.64.

The process color (four color CMYK) of #c87da1 color hex is 0.00, 0.38, 0.20, 0.22. Web safe color of #c87da1 is #cc6699. Color #c87da1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111101 10100001
Octal 310 175 241
Decimal 200 125 161
Hex C8 7D A1

RGB Percentages of Color #c87da1

%41.15
%25.72
%33.13

CMYK Percentages of Color #c87da1

%0
%38
%20
%22

Triadic Colors of #c87da1

#c87da1 #a1c87d #7da1c8

Analogous Colors of #c87da1

#c87da1 #c87f7d #c87dc7

Monochromatic Colors of #c87da1

#c87da1

Complementary Color

#c87da1 #7dc8a4

#c87da1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87da1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87da1 Color CSS Codes

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

#c87da1 Text Font Color

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

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


#c87da1 Background Color

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

This div background color is #c87da1


#c87da1 Border Color

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

This div border color is #c87da1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87da1


Comments

No comments written yet.

Please login to write comment.