Color Hex Logo

#d77dfe Color Hex

#D77DFE
(215,125,254)
0 Favorites   0 Comments

Color spaces of #d77dfe

RGB 215125254
HSL0.780.980.74
HSV282°51°100°
CMYK 0.150.510.00   0.00
XYZ53.247336.270197.9603
Yxy36.27010.28400.1935
Hunter Lab60.224752.4266-54.2827
CIE-Lab66.725855.6060-50.4446

#d77dfe color RGB value is (215,125,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111101 11111110
Octal 327 175 376
Decimal 215 125 254
Hex D7 7D FE

RGB Percentages of Color #d77dfe

%36.20
%21.04
%42.76

CMYK Percentages of Color #d77dfe

%15
%51
%0
%0

Triadic Colors of #d77dfe

#d77dfe #fed77d #7dfed7

Analogous Colors of #d77dfe

#d77dfe #fe7de5 #977dfe

Monochromatic Colors of #d77dfe

#d77dfe

Complementary Color

#d77dfe #a4fe7d

#d77dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77dfe Color CSS Codes

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

#d77dfe Text Font Color

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

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


#d77dfe Background Color

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

This div background color is #d77dfe


#d77dfe Border Color

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

This div border color is #d77dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.