Color Hex Logo

#d79efd Color Hex

#D79EFD
(215,158,253)
0 Favorites   0 Comments

Color spaces of #d79efd

RGB 215158253
HSL0.770.960.81
HSV276°38°99°
CMYK 0.150.380.00   0.01
XYZ57.980845.992698.7501
Yxy45.99260.28600.2269
Hunter Lab67.817833.9272-38.8601
CIE-Lab73.540738.1001-39.2122

#d79efd color RGB value is (215,158,253).

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

The process color (four color CMYK) of #d79efd color hex is 0.15, 0.38, 0.00, 0.01. Web safe color of #d79efd is #cc99ff. Color #d79efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011110 11111101
Octal 327 236 375
Decimal 215 158 253
Hex D7 9E FD

RGB Percentages of Color #d79efd

%34.35
%25.24
%40.42

CMYK Percentages of Color #d79efd

%15
%38
%0
%1

Triadic Colors of #d79efd

#d79efd #fdd79e #9efdd7

Analogous Colors of #d79efd

#d79efd #fd9ef4 #a89efd

Monochromatic Colors of #d79efd

#d79efd

Complementary Color

#d79efd #c4fd9e

#d79efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79efd Color CSS Codes

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

#d79efd Text Font Color

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

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


#d79efd Background Color

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

This div background color is #d79efd


#d79efd Border Color

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

This div border color is #d79efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79efd


Comments

No comments written yet.

Please login to write comment.