Color Hex Logo

#d79efb Color Hex

#D79EFB
(215,158,251)
0 Favorites   0 Comments

Color spaces of #d79efb

RGB 215158251
HSL0.770.920.80
HSV277°37°98°
CMYK 0.140.370.00   0.02
XYZ57.663845.865897.0806
Yxy45.86580.28740.2286
Hunter Lab67.724333.4662-37.5833
CIE-Lab73.458437.6809-38.2570

#d79efb color RGB value is (215,158,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011110 11111011
Octal 327 236 373
Decimal 215 158 251
Hex D7 9E FB

RGB Percentages of Color #d79efb

%34.46
%25.32
%40.22

CMYK Percentages of Color #d79efb

%14
%37
%0
%2

Triadic Colors of #d79efb

#d79efb #fbd79e #9efbd7

Analogous Colors of #d79efb

#d79efb #fb9ef1 #a99efb

Monochromatic Colors of #d79efb

#d79efb

Complementary Color

#d79efb #c2fb9e

#d79efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79efb Color CSS Codes

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

#d79efb Text Font Color

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

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


#d79efb Background Color

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

This div background color is #d79efb


#d79efb Border Color

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

This div border color is #d79efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79efb


Comments

No comments written yet.

Please login to write comment.