Color Hex Logo

#d779fc Color Hex

#D779FC
(215,121,252)
0 Favorites   0 Comments

Color spaces of #d779fc

RGB 215121252
HSL0.790.960.73
HSV283°52°99°
CMYK 0.150.520.00   0.01
XYZ52.432435.150196.1166
Yxy35.15010.28540.1913
Hunter Lab59.287554.1078-54.6194
CIE-Lab65.865457.2012-50.7091

#d779fc color RGB value is (215,121,252).

#d779fc hex color red value is 215, green value is 121 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d779fc hue: 0.79 , saturation: 0.96 and the lightness value of d779fc is 0.73.

The process color (four color CMYK) of #d779fc color hex is 0.15, 0.52, 0.00, 0.01. Web safe color of #d779fc is #cc66ff. Color #d779fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111001 11111100
Octal 327 171 374
Decimal 215 121 252
Hex D7 79 FC

RGB Percentages of Color #d779fc

%36.56
%20.58
%42.86

CMYK Percentages of Color #d779fc

%15
%52
%0
%1

Triadic Colors of #d779fc

#d779fc #fcd779 #79fcd7

Analogous Colors of #d779fc

#d779fc #fc79e0 #9679fc

Monochromatic Colors of #d779fc

#d779fc

Complementary Color

#d779fc #9efc79

#d779fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d779fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d779fc Color CSS Codes

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

#d779fc Text Font Color

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

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


#d779fc Background Color

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

This div background color is #d779fc


#d779fc Border Color

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

This div border color is #d779fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,121,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 #d779fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d779fc


Comments

No comments written yet.

Please login to write comment.