Color Hex Logo

#d79ffc Color Hex

#D79FFC
(215,159,252)
0 Favorites   0 Comments

Color spaces of #d79ffc

RGB 215159252
HSL0.770.940.81
HSV276°37°99°
CMYK 0.150.370.00   0.01
XYZ57.993246.271697.9702
Yxy46.27160.28680.2288
Hunter Lab68.023233.1395-37.7759
CIE-Lab73.721437.3514-38.3897

#d79ffc color RGB value is (215,159,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011111 11111100
Octal 327 237 374
Decimal 215 159 252
Hex D7 9F FC

RGB Percentages of Color #d79ffc

%34.35
%25.40
%40.26

CMYK Percentages of Color #d79ffc

%15
%37
%0
%1

Triadic Colors of #d79ffc

#d79ffc #fcd79f #9ffcd7

Analogous Colors of #d79ffc

#d79ffc #fc9ff3 #a99ffc

Monochromatic Colors of #d79ffc

#d79ffc

Complementary Color

#d79ffc #c4fc9f

#d79ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79ffc Color CSS Codes

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

#d79ffc Text Font Color

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

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


#d79ffc Background Color

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

This div background color is #d79ffc


#d79ffc Border Color

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

This div border color is #d79ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.