Color Hex Logo

#d76ffa Color Hex

#D76FFA
(215,111,250)
0 Favorites   0 Comments

Color spaces of #d76ffa

RGB 215111250
HSL0.790.930.71
HSV285°56°98°
CMYK 0.140.560.00   0.02
XYZ50.964132.718194.0716
Yxy32.71810.28670.1841
Hunter Lab57.199758.9413-57.4695
CIE-Lab63.932061.6706-52.6721

#d76ffa color RGB value is (215,111,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101111 11111010
Octal 327 157 372
Decimal 215 111 250
Hex D7 6F FA

RGB Percentages of Color #d76ffa

%37.33
%19.27
%43.40

CMYK Percentages of Color #d76ffa

%14
%56
%0
%2

Triadic Colors of #d76ffa

#d76ffa #fad76f #6ffad7

Analogous Colors of #d76ffa

#d76ffa #fa6fd8 #926ffa

Monochromatic Colors of #d76ffa

#d76ffa

Complementary Color

#d76ffa #92fa6f

#d76ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76ffa Color CSS Codes

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

#d76ffa Text Font Color

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

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


#d76ffa Background Color

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

This div background color is #d76ffa


#d76ffa Border Color

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

This div border color is #d76ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.