Color Hex Logo

#d78aee Color Hex

#D78AEE
(215,138,238)
0 Favorites   0 Comments

Color spaces of #d78aee

RGB 215138238
HSL0.800.750.74
HSV286°42°93°
CMYK 0.100.420.00   0.07
XYZ52.545438.797185.6081
Yxy38.79710.29690.2193
Hunter Lab62.287341.5793-37.8874
CIE-Lab68.604045.6910-38.7238

#d78aee color RGB value is (215,138,238).

#d78aee hex color red value is 215, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d78aee hue: 0.80 , saturation: 0.75 and the lightness value of d78aee is 0.74.

The process color (four color CMYK) of #d78aee color hex is 0.10, 0.42, 0.00, 0.07. Web safe color of #d78aee is #cc99ff. Color #d78aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001010 11101110
Octal 327 212 356
Decimal 215 138 238
Hex D7 8A EE

RGB Percentages of Color #d78aee

%36.38
%23.35
%40.27

CMYK Percentages of Color #d78aee

%10
%42
%0
%7

Triadic Colors of #d78aee

#d78aee #eed78a #8aeed7

Analogous Colors of #d78aee

#d78aee #ee8ad3 #a58aee

Monochromatic Colors of #d78aee

#d78aee

Complementary Color

#d78aee #a1ee8a

#d78aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78aee Color CSS Codes

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

#d78aee Text Font Color

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

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


#d78aee Background Color

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

This div background color is #d78aee


#d78aee Border Color

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

This div border color is #d78aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78aee


Comments

No comments written yet.

Please login to write comment.