Color Hex Logo

#d76dfa Color Hex

#D76DFA
(215,109,250)
0 Favorites   0 Comments

Color spaces of #d76dfa

RGB 215109250
HSL0.790.930.70
HSV285°56°98°
CMYK 0.140.560.00   0.02
XYZ50.748332.286593.9997
Yxy32.28650.28670.1824
Hunter Lab56.821259.9852-58.3090
CIE-Lab63.579062.6181-53.2322

#d76dfa color RGB value is (215,109,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101101 11111010
Octal 327 155 372
Decimal 215 109 250
Hex D7 6D FA

RGB Percentages of Color #d76dfa

%37.46
%18.99
%43.55

CMYK Percentages of Color #d76dfa

%14
%56
%0
%2

Triadic Colors of #d76dfa

#d76dfa #fad76d #6dfad7

Analogous Colors of #d76dfa

#d76dfa #fa6dd7 #916dfa

Monochromatic Colors of #d76dfa

#d76dfa

Complementary Color

#d76dfa #90fa6d

#d76dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76dfa Color CSS Codes

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

#d76dfa Text Font Color

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

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


#d76dfa Background Color

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

This div background color is #d76dfa


#d76dfa Border Color

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

This div border color is #d76dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76dfa


Comments

No comments written yet.

Please login to write comment.