Color Hex Logo

#d756da Color Hex

#D756DA
(215,86,218)
0 Favorites   0 Comments

Color spaces of #d756da

RGB 21586218
HSL0.830.640.60
HSV299°61°85°
CMYK 0.010.610.00   0.15
XYZ44.007026.164669.0605
Yxy26.16460.31610.1879
Hunter Lab51.151364.0539-44.2427
CIE-Lab58.193067.0128-43.9194

#d756da color RGB value is (215,86,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010110 11011010
Octal 327 126 332
Decimal 215 86 218
Hex D7 56 DA

RGB Percentages of Color #d756da

%41.43
%16.57
%42.00

CMYK Percentages of Color #d756da

%1
%61
%0
%15

Triadic Colors of #d756da

#d756da #dad756 #56dad7

Analogous Colors of #d756da

#d756da #da569b #9556da

Monochromatic Colors of #d756da

#d756da

Complementary Color

#d756da #59da56

#d756da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d756da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d756da Color CSS Codes

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

#d756da Text Font Color

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

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


#d756da Background Color

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

This div background color is #d756da


#d756da Border Color

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

This div border color is #d756da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d756da


Comments

No comments written yet.

Please login to write comment.