Color Hex Logo

#d78fef Color Hex

#D78FEF
(215,143,239)
0 Favorites   0 Comments

Color spaces of #d78fef

RGB 215143239
HSL0.790.750.75
HSV285°40°94°
CMYK 0.100.400.00   0.06
XYZ53.426840.324086.6288
Yxy40.32400.29620.2236
Hunter Lab63.501239.0541-36.4330
CIE-Lab69.699743.2502-37.5655

#d78fef color RGB value is (215,143,239).

#d78fef hex color red value is 215, green value is 143 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d78fef hue: 0.79 , saturation: 0.75 and the lightness value of d78fef is 0.75.

The process color (four color CMYK) of #d78fef color hex is 0.10, 0.40, 0.00, 0.06. Web safe color of #d78fef is #cc99ff. Color #d78fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001111 11101111
Octal 327 217 357
Decimal 215 143 239
Hex D7 8F EF

RGB Percentages of Color #d78fef

%36.01
%23.95
%40.03

CMYK Percentages of Color #d78fef

%10
%40
%0
%6

Triadic Colors of #d78fef

#d78fef #efd78f #8fefd7

Analogous Colors of #d78fef

#d78fef #ef8fd7 #a78fef

Monochromatic Colors of #d78fef

#d78fef

Complementary Color

#d78fef #a7ef8f

#d78fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78fef Color CSS Codes

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

#d78fef Text Font Color

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

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


#d78fef Background Color

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

This div background color is #d78fef


#d78fef Border Color

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

This div border color is #d78fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78fef


Comments

No comments written yet.

Please login to write comment.