Color Hex Logo

#d78ffa Color Hex

#D78FFA
(215,143,250)
0 Favorites   0 Comments

Color spaces of #d78ffa

RGB 215143250
HSL0.780.910.77
HSV280°43°98°
CMYK 0.140.430.00   0.02
XYZ55.102140.994195.4509
Yxy40.99410.28770.2140
Hunter Lab64.026641.5727-43.5709
CIE-Lab70.171845.4840-42.8403

#d78ffa color RGB value is (215,143,250).

#d78ffa hex color red value is 215, green value is 143 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d78ffa hue: 0.78 , saturation: 0.91 and the lightness value of d78ffa is 0.77.

The process color (four color CMYK) of #d78ffa color hex is 0.14, 0.43, 0.00, 0.02. Web safe color of #d78ffa is #cc99ff. Color #d78ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001111 11111010
Octal 327 217 372
Decimal 215 143 250
Hex D7 8F FA

RGB Percentages of Color #d78ffa

%35.36
%23.52
%41.12

CMYK Percentages of Color #d78ffa

%14
%43
%0
%2

Triadic Colors of #d78ffa

#d78ffa #fad78f #8ffad7

Analogous Colors of #d78ffa

#d78ffa #fa8fe8 #a28ffa

Monochromatic Colors of #d78ffa

#d78ffa

Complementary Color

#d78ffa #b2fa8f

#d78ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78ffa Color CSS Codes

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

#d78ffa Text Font Color

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

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


#d78ffa Background Color

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

This div background color is #d78ffa


#d78ffa Border Color

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

This div border color is #d78ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.