Color Hex Logo

#d78fed Color Hex

#D78FED
(215,143,237)
0 Favorites   0 Comments

Color spaces of #d78fed

RGB 215143237
HSL0.790.720.75
HSV286°40°93°
CMYK 0.090.400.00   0.07
XYZ53.132940.206485.0810
Yxy40.20640.29780.2253
Hunter Lab63.408538.6084-35.1688
CIE-Lab69.616342.8516-36.5989

#d78fed color RGB value is (215,143,237).

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

The process color (four color CMYK) of #d78fed color hex is 0.09, 0.40, 0.00, 0.07. Web safe color of #d78fed is #cc99ff. Color #d78fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001111 11101101
Octal 327 217 355
Decimal 215 143 237
Hex D7 8F ED

RGB Percentages of Color #d78fed

%36.13
%24.03
%39.83

CMYK Percentages of Color #d78fed

%9
%40
%0
%7

Triadic Colors of #d78fed

#d78fed #edd78f #8fedd7

Analogous Colors of #d78fed

#d78fed #ed8fd4 #a88fed

Monochromatic Colors of #d78fed

#d78fed

Complementary Color

#d78fed #a5ed8f

#d78fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78fed Color CSS Codes

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

#d78fed Text Font Color

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

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


#d78fed Background Color

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

This div background color is #d78fed


#d78fed Border Color

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

This div border color is #d78fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78fed


Comments

No comments written yet.

Please login to write comment.