Color Hex Logo

#d77dfa Color Hex

#D77DFA
(215,125,250)
0 Favorites   0 Comments

Color spaces of #d77dfa

RGB 215125250
HSL0.790.930.74
HSV283°50°98°
CMYK 0.140.500.00   0.02
XYZ52.613336.016494.6213
Yxy36.01640.28710.1965
Hunter Lab60.013751.4650-51.4708
CIE-Lab66.532554.7969-48.5589

#d77dfa color RGB value is (215,125,250).

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

The process color (four color CMYK) of #d77dfa color hex is 0.14, 0.50, 0.00, 0.02. Web safe color of #d77dfa is #cc66ff. Color #d77dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111101 11111010
Octal 327 175 372
Decimal 215 125 250
Hex D7 7D FA

RGB Percentages of Color #d77dfa

%36.44
%21.19
%42.37

CMYK Percentages of Color #d77dfa

%14
%50
%0
%2

Triadic Colors of #d77dfa

#d77dfa #fad77d #7dfad7

Analogous Colors of #d77dfa

#d77dfa #fa7ddf #997dfa

Monochromatic Colors of #d77dfa

#d77dfa

Complementary Color

#d77dfa #a0fa7d

#d77dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77dfa Color CSS Codes

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

#d77dfa Text Font Color

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

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


#d77dfa Background Color

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

This div background color is #d77dfa


#d77dfa Border Color

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

This div border color is #d77dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77dfa


Comments

No comments written yet.

Please login to write comment.