Color Hex Logo

#d79feb Color Hex

#D79FEB
(215,159,235)
0 Favorites   0 Comments

Color spaces of #d79feb

RGB 215159235
HSL0.790.660.77
HSV284°32°92°
CMYK 0.090.320.00   0.08
XYZ55.417945.241584.4089
Yxy45.24150.29940.2445
Hunter Lab67.261829.3604-27.3216
CIE-Lab73.050633.8701-30.1913

#d79feb color RGB value is (215,159,235).

#d79feb hex color red value is 215, green value is 159 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d79feb hue: 0.79 , saturation: 0.66 and the lightness value of d79feb is 0.77.

The process color (four color CMYK) of #d79feb color hex is 0.09, 0.32, 0.00, 0.08. Web safe color of #d79feb is #cc99ff. Color #d79feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011111 11101011
Octal 327 237 353
Decimal 215 159 235
Hex D7 9F EB

RGB Percentages of Color #d79feb

%35.30
%26.11
%38.59

CMYK Percentages of Color #d79feb

%9
%32
%0
%8

Triadic Colors of #d79feb

#d79feb #ebd79f #9febd7

Analogous Colors of #d79feb

#d79feb #eb9fd9 #b19feb

Monochromatic Colors of #d79feb

#d79feb

Complementary Color

#d79feb #b3eb9f

#d79feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79feb Color CSS Codes

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

#d79feb Text Font Color

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

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


#d79feb Background Color

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

This div background color is #d79feb


#d79feb Border Color

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

This div border color is #d79feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79feb


Comments

No comments written yet.

Please login to write comment.