Color Hex Logo

#d78fba Color Hex

#D78FBA
(215,143,186)
0 Favorites   0 Comments

Color spaces of #d78fba

RGB 215143186
HSL0.900.470.70
HSV324°33°84°
CMYK 0.000.330.13   0.16
XYZ46.709737.637251.2572
Yxy37.63720.34450.2776
Hunter Lab61.349228.5443-6.5924
CIE-Lab67.752433.5704-11.1822

#d78fba color RGB value is (215,143,186).

#d78fba hex color red value is 215, green value is 143 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d78fba hue: 0.90 , saturation: 0.47 and the lightness value of d78fba is 0.70.

The process color (four color CMYK) of #d78fba color hex is 0.00, 0.33, 0.13, 0.16. Web safe color of #d78fba is #cc99cc. Color #d78fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001111 10111010
Octal 327 217 272
Decimal 215 143 186
Hex D7 8F BA

RGB Percentages of Color #d78fba

%39.52
%26.29
%34.19

CMYK Percentages of Color #d78fba

%0
%33
%13
%16

Triadic Colors of #d78fba

#d78fba #bad78f #8fbad7

Analogous Colors of #d78fba

#d78fba #d78f96 #d08fd7

Monochromatic Colors of #d78fba

#d78fba

Complementary Color

#d78fba #8fd7ac

#d78fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78fba Color CSS Codes

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

#d78fba Text Font Color

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

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


#d78fba Background Color

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

This div background color is #d78fba


#d78fba Border Color

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

This div border color is #d78fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78fba


Comments

No comments written yet.

Please login to write comment.