Color Hex Logo

#d79cff Color Hex

#D79CFF
(215,156,255)
0 Favorites   0 Comments

Color spaces of #d79cff

RGB 215156255
HSL0.771.000.81
HSV276°39°100°
CMYK 0.160.390.00   0.00
XYZ57.962845.4440100.3243
Yxy45.44400.28450.2231
Hunter Lab67.412235.5078-41.0482
CIE-Lab73.183339.5969-40.8518

#d79cff color RGB value is (215,156,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011100 11111111
Octal 327 234 377
Decimal 215 156 255
Hex D7 9C FF

RGB Percentages of Color #d79cff

%34.35
%24.92
%40.73

CMYK Percentages of Color #d79cff

%16
%39
%0
%0

Triadic Colors of #d79cff

#d79cff #ffd79c #9cffd7

Analogous Colors of #d79cff

#d79cff #ff9cf6 #a69cff

Monochromatic Colors of #d79cff

#d79cff

Complementary Color

#d79cff #c4ff9c

#d79cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79cff Color CSS Codes

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

#d79cff Text Font Color

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

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


#d79cff Background Color

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

This div background color is #d79cff


#d79cff Border Color

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

This div border color is #d79cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79cff

#d79cff Color Palettes


Comments

No comments written yet.

Please login to write comment.