Color Hex Logo

#d79de1 Color Hex

#D79DE1
(215,157,225)
0 Favorites   0 Comments

Color spaces of #d79de1

RGB 215157225
HSL0.810.530.75
HSV291°30°88°
CMYK 0.040.300.00   0.12
XYZ53.671943.997376.8977
Yxy43.99730.30750.2520
Hunter Lab66.330528.3566-22.3043
CIE-Lab72.226732.9879-25.9921

#d79de1 color RGB value is (215,157,225).

#d79de1 hex color red value is 215, green value is 157 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #d79de1 hue: 0.81 , saturation: 0.53 and the lightness value of d79de1 is 0.75.

The process color (four color CMYK) of #d79de1 color hex is 0.04, 0.30, 0.00, 0.12. Web safe color of #d79de1 is #cc99cc. Color #d79de1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011101 11100001
Octal 327 235 341
Decimal 215 157 225
Hex D7 9D E1

RGB Percentages of Color #d79de1

%36.01
%26.30
%37.69

CMYK Percentages of Color #d79de1

%4
%30
%0
%12

Triadic Colors of #d79de1

#d79de1 #e1d79d #9de1d7

Analogous Colors of #d79de1

#d79de1 #e19dc9 #b59de1

Monochromatic Colors of #d79de1

#d79de1

Complementary Color

#d79de1 #a7e19d

#d79de1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79de1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79de1 Color CSS Codes

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

#d79de1 Text Font Color

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

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


#d79de1 Background Color

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

This div background color is #d79de1


#d79de1 Border Color

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

This div border color is #d79de1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79de1


Comments

No comments written yet.

Please login to write comment.