Color Hex Logo

#d781bd Color Hex

#D781BD
(215,129,189)
0 Favorites   0 Comments

Color spaces of #d781bd

RGB 215129189
HSL0.880.520.67
HSV318°40°84°
CMYK 0.000.400.12   0.16
XYZ45.059933.821752.2974
Yxy33.82170.34350.2578
Hunter Lab58.156436.5290-12.6073
CIE-Lab64.820841.5052-17.2820

#d781bd color RGB value is (215,129,189).

#d781bd hex color red value is 215, green value is 129 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d781bd hue: 0.88 , saturation: 0.52 and the lightness value of d781bd is 0.67.

The process color (four color CMYK) of #d781bd color hex is 0.00, 0.40, 0.12, 0.16. Web safe color of #d781bd is #cc99cc. Color #d781bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000001 10111101
Octal 327 201 275
Decimal 215 129 189
Hex D7 81 BD

RGB Percentages of Color #d781bd

%40.34
%24.20
%35.46

CMYK Percentages of Color #d781bd

%0
%40
%12
%16

Triadic Colors of #d781bd

#d781bd #bdd781 #81bdd7

Analogous Colors of #d781bd

#d781bd #d78192 #c681d7

Monochromatic Colors of #d781bd

#d781bd

Complementary Color

#d781bd #81d79b

#d781bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d781bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d781bd Color CSS Codes

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

#d781bd Text Font Color

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

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


#d781bd Background Color

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

This div background color is #d781bd


#d781bd Border Color

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

This div border color is #d781bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d781bd


Comments

No comments written yet.

Please login to write comment.