Color Hex Logo

#d79cfe Color Hex

#D79CFE
(215,156,254)
0 Favorites   0 Comments

Color spaces of #d79cfe

RGB 215156254
HSL0.770.980.80
HSV276°39°100°
CMYK 0.150.390.00   0.00
XYZ57.802245.379899.4786
Yxy45.37980.28520.2239
Hunter Lab67.364535.2742-40.3996
CIE-Lab73.141339.3860-40.3758

#d79cfe color RGB value is (215,156,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011100 11111110
Octal 327 234 376
Decimal 215 156 254
Hex D7 9C FE

RGB Percentages of Color #d79cfe

%34.40
%24.96
%40.64

CMYK Percentages of Color #d79cfe

%15
%39
%0
%0

Triadic Colors of #d79cfe

#d79cfe #fed79c #9cfed7

Analogous Colors of #d79cfe

#d79cfe #fe9cf4 #a69cfe

Monochromatic Colors of #d79cfe

#d79cfe

Complementary Color

#d79cfe #c3fe9c

#d79cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79cfe Color CSS Codes

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

#d79cfe Text Font Color

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

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


#d79cfe Background Color

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

This div background color is #d79cfe


#d79cfe Border Color

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

This div border color is #d79cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79cfe


Comments

No comments written yet.

Please login to write comment.