Color Hex Logo

#d78aef Color Hex

#D78AEF
(215,138,239)
0 Favorites   0 Comments

Color spaces of #d78aef

RGB 215138239
HSL0.790.760.74
HSV286°42°94°
CMYK 0.100.420.00   0.06
XYZ52.692838.856086.3841
Yxy38.85600.29610.2184
Hunter Lab62.334641.8045-38.5307
CIE-Lab68.646845.8899-39.2061

#d78aef color RGB value is (215,138,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001010 11101111
Octal 327 212 357
Decimal 215 138 239
Hex D7 8A EF

RGB Percentages of Color #d78aef

%36.32
%23.31
%40.37

CMYK Percentages of Color #d78aef

%10
%42
%0
%6

Triadic Colors of #d78aef

#d78aef #efd78a #8aefd7

Analogous Colors of #d78aef

#d78aef #ef8ad5 #a58aef

Monochromatic Colors of #d78aef

#d78aef

Complementary Color

#d78aef #a2ef8a

#d78aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78aef Color CSS Codes

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

#d78aef Text Font Color

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

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


#d78aef Background Color

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

This div background color is #d78aef


#d78aef Border Color

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

This div border color is #d78aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78aef


Comments

No comments written yet.

Please login to write comment.