Color Hex Logo

#d561bd Color Hex

#D561BD
(213,97,189)
0 Favorites   0 Comments

Color spaces of #d561bd

RGB 21397189
HSL0.870.580.61
HSV312°54°84°
CMYK 0.000.540.11   0.16
XYZ40.900626.369651.0783
Yxy26.36960.34560.2228
Hunter Lab51.351352.3078-23.0288
CIE-Lab58.386256.8554-27.1495

#d561bd color RGB value is (213,97,189).

#d561bd hex color red value is 213, green value is 97 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d561bd hue: 0.87 , saturation: 0.58 and the lightness value of d561bd is 0.61.

The process color (four color CMYK) of #d561bd color hex is 0.00, 0.54, 0.11, 0.16. Web safe color of #d561bd is #cc66cc. Color #d561bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100001 10111101
Octal 325 141 275
Decimal 213 97 189
Hex D5 61 BD

RGB Percentages of Color #d561bd

%42.69
%19.44
%37.88

CMYK Percentages of Color #d561bd

%0
%54
%11
%16

Triadic Colors of #d561bd

#d561bd #bdd561 #61bdd5

Analogous Colors of #d561bd

#d561bd #d56183 #b361d5

Monochromatic Colors of #d561bd

#d561bd

Complementary Color

#d561bd #61d579

#d561bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d561bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d561bd Color CSS Codes

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

#d561bd Text Font Color

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

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


#d561bd Background Color

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

This div background color is #d561bd


#d561bd Border Color

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

This div border color is #d561bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d561bd


Comments

No comments written yet.

Please login to write comment.