Color Hex Logo

#c87fba Color Hex

#C87FBA
(200,127,186)
0 Favorites   0 Comments

Color spaces of #c87fba

RGB 200127186
HSL0.870.400.64
HSV312°37°78°
CMYK 0.000.370.07   0.22
XYZ40.271731.003350.3161
Yxy31.00330.33120.2550
Hunter Lab55.680631.6613-14.6013
CIE-Lab62.510437.1339-19.2619

#c87fba color RGB value is (200,127,186).

#c87fba hex color red value is 200, green value is 127 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c87fba hue: 0.87 , saturation: 0.40 and the lightness value of c87fba is 0.64.

The process color (four color CMYK) of #c87fba color hex is 0.00, 0.37, 0.07, 0.22. Web safe color of #c87fba is #cc66cc. Color #c87fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111111 10111010
Octal 310 177 272
Decimal 200 127 186
Hex C8 7F BA

RGB Percentages of Color #c87fba

%38.99
%24.76
%36.26

CMYK Percentages of Color #c87fba

%0
%37
%7
%22

Triadic Colors of #c87fba

#c87fba #bac87f #7fbac8

Analogous Colors of #c87fba

#c87fba #c87f96 #b27fc8

Monochromatic Colors of #c87fba

#c87fba

Complementary Color

#c87fba #7fc88d

#c87fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87fba Color CSS Codes

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

#c87fba Text Font Color

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

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


#c87fba Background Color

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

This div background color is #c87fba


#c87fba Border Color

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

This div border color is #c87fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87fba


Comments

No comments written yet.

Please login to write comment.