Color Hex Logo

#d78eed Color Hex

#D78EED
(215,142,237)
0 Favorites   0 Comments

Color spaces of #d78eed

RGB 215142237
HSL0.790.730.74
HSV286°40°93°
CMYK 0.090.400.00   0.07
XYZ52.983439.907585.0312
Yxy39.90750.29780.2243
Hunter Lab63.172439.1583-35.5848
CIE-Lab69.403643.3816-36.9297

#d78eed color RGB value is (215,142,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001110 11101101
Octal 327 216 355
Decimal 215 142 237
Hex D7 8E ED

RGB Percentages of Color #d78eed

%36.20
%23.91
%39.90

CMYK Percentages of Color #d78eed

%9
%40
%0
%7

Triadic Colors of #d78eed

#d78eed #edd78e #8eedd7

Analogous Colors of #d78eed

#d78eed #ed8ed4 #a88eed

Monochromatic Colors of #d78eed

#d78eed

Complementary Color

#d78eed #a4ed8e

#d78eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78eed Color CSS Codes

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

#d78eed Text Font Color

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

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


#d78eed Background Color

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

This div background color is #d78eed


#d78eed Border Color

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

This div border color is #d78eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78eed


Comments

No comments written yet.

Please login to write comment.