Color Hex Logo

#d756de Color Hex

#D756DE
(215,86,222)
0 Favorites   0 Comments

Color spaces of #d756de

RGB 21586222
HSL0.820.670.60
HSV297°61°87°
CMYK 0.030.610.00   0.13
XYZ44.536926.376671.8511
Yxy26.37660.31200.1848
Hunter Lab51.358264.9153-46.9972
CIE-Lab58.392867.6978-45.8589

#d756de color RGB value is (215,86,222).

#d756de hex color red value is 215, green value is 86 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d756de hue: 0.82 , saturation: 0.67 and the lightness value of d756de is 0.60.

The process color (four color CMYK) of #d756de color hex is 0.03, 0.61, 0.00, 0.13. Web safe color of #d756de is #cc66cc. Color #d756de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010110 11011110
Octal 327 126 336
Decimal 215 86 222
Hex D7 56 DE

RGB Percentages of Color #d756de

%41.11
%16.44
%42.45

CMYK Percentages of Color #d756de

%3
%61
%0
%13

Triadic Colors of #d756de

#d756de #ded756 #56ded7

Analogous Colors of #d756de

#d756de #de56a1 #9356de

Monochromatic Colors of #d756de

#d756de

Complementary Color

#d756de #5dde56

#d756de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d756de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d756de Color CSS Codes

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

#d756de Text Font Color

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

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


#d756de Background Color

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

This div background color is #d756de


#d756de Border Color

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

This div border color is #d756de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d756de


Comments

No comments written yet.

Please login to write comment.