Color Hex Logo

#d79efa Color Hex

#D79EFA
(215,158,250)
0 Favorites   0 Comments

Color spaces of #d79efa

RGB 215158250
HSL0.770.900.80
HSV277°37°98°
CMYK 0.140.370.00   0.02
XYZ57.506545.802996.2524
Yxy45.80290.28820.2295
Hunter Lab67.677833.2369-36.9486
CIE-Lab73.417537.4720-37.7786

#d79efa color RGB value is (215,158,250).

#d79efa hex color red value is 215, green value is 158 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d79efa hue: 0.77 , saturation: 0.90 and the lightness value of d79efa is 0.80.

The process color (four color CMYK) of #d79efa color hex is 0.14, 0.37, 0.00, 0.02. Web safe color of #d79efa is #cc99ff. Color #d79efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011110 11111010
Octal 327 236 372
Decimal 215 158 250
Hex D7 9E FA

RGB Percentages of Color #d79efa

%34.51
%25.36
%40.13

CMYK Percentages of Color #d79efa

%14
%37
%0
%2

Triadic Colors of #d79efa

#d79efa #fad79e #9efad7

Analogous Colors of #d79efa

#d79efa #fa9eef #a99efa

Monochromatic Colors of #d79efa

#d79efa

Complementary Color

#d79efa #c1fa9e

#d79efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79efa Color CSS Codes

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

#d79efa Text Font Color

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

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


#d79efa Background Color

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

This div background color is #d79efa


#d79efa Border Color

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

This div border color is #d79efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79efa


Comments

No comments written yet.

Please login to write comment.