Color Hex Logo

#d76eda Color Hex

#D76EDA
(215,110,218)
0 Favorites   0 Comments

Color spaces of #d76eda

RGB 215110218
HSL0.830.590.64
HSV298°50°85°
CMYK 0.010.500.00   0.15
XYZ46.255230.660969.8099
Yxy30.66090.31520.2090
Hunter Lab55.372352.2084-35.9885
CIE-Lab62.220356.1314-37.5950

#d76eda color RGB value is (215,110,218).

#d76eda hex color red value is 215, green value is 110 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d76eda hue: 0.83 , saturation: 0.59 and the lightness value of d76eda is 0.64.

The process color (four color CMYK) of #d76eda color hex is 0.01, 0.50, 0.00, 0.15. Web safe color of #d76eda is #cc66cc. Color #d76eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101110 11011010
Octal 327 156 332
Decimal 215 110 218
Hex D7 6E DA

RGB Percentages of Color #d76eda

%39.59
%20.26
%40.15

CMYK Percentages of Color #d76eda

%1
%50
%0
%15

Triadic Colors of #d76eda

#d76eda #dad76e #6edad7

Analogous Colors of #d76eda

#d76eda #da6ea7 #a16eda

Monochromatic Colors of #d76eda

#d76eda

Complementary Color

#d76eda #71da6e

#d76eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76eda Color CSS Codes

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

#d76eda Text Font Color

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

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


#d76eda Background Color

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

This div background color is #d76eda


#d76eda Border Color

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

This div border color is #d76eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76eda


Comments

No comments written yet.

Please login to write comment.