Color Hex Logo

#d78fda Color Hex

#D78FDA
(215,143,218)
0 Favorites   0 Comments

Color spaces of #d78fda

RGB 215143218
HSL0.830.500.71
HSV298°34°85°
CMYK 0.010.340.00   0.15
XYZ50.501739.153971.2254
Yxy39.15390.31390.2434
Hunter Lab62.573134.5615-23.6872
CIE-Lab68.862639.1857-27.3006

#d78fda color RGB value is (215,143,218).

#d78fda hex color red value is 215, green value is 143 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d78fda hue: 0.83 , saturation: 0.50 and the lightness value of d78fda is 0.71.

The process color (four color CMYK) of #d78fda color hex is 0.01, 0.34, 0.00, 0.15. Web safe color of #d78fda is #cc99cc. Color #d78fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001111 11011010
Octal 327 217 332
Decimal 215 143 218
Hex D7 8F DA

RGB Percentages of Color #d78fda

%37.33
%24.83
%37.85

CMYK Percentages of Color #d78fda

%1
%34
%0
%15

Triadic Colors of #d78fda

#d78fda #dad78f #8fdad7

Analogous Colors of #d78fda

#d78fda #da8fb8 #b28fda

Monochromatic Colors of #d78fda

#d78fda

Complementary Color

#d78fda #92da8f

#d78fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78fda Color CSS Codes

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

#d78fda Text Font Color

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

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


#d78fda Background Color

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

This div background color is #d78fda


#d78fda Border Color

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

This div border color is #d78fda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,143,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78fda


Comments

No comments written yet.

Please login to write comment.