Color Hex Logo

#d588bd Color Hex

#D588BD
(213,136,189)
0 Favorites   0 Comments

Color spaces of #d588bd

RGB 213136189
HSL0.890.480.68
HSV319°36°84°
CMYK 0.000.360.11   0.16
XYZ45.430035.428652.5881
Yxy35.42860.34040.2655
Hunter Lab59.521932.0764-10.7178
CIE-Lab66.081037.1378-15.3989

#d588bd color RGB value is (213,136,189).

#d588bd hex color red value is 213, green value is 136 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d588bd hue: 0.89 , saturation: 0.48 and the lightness value of d588bd is 0.68.

The process color (four color CMYK) of #d588bd color hex is 0.00, 0.36, 0.11, 0.16. Web safe color of #d588bd is #cc99cc. Color #d588bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001000 10111101
Octal 325 210 275
Decimal 213 136 189
Hex D5 88 BD

RGB Percentages of Color #d588bd

%39.59
%25.28
%35.13

CMYK Percentages of Color #d588bd

%0
%36
%11
%16

Triadic Colors of #d588bd

#d588bd #bdd588 #88bdd5

Analogous Colors of #d588bd

#d588bd #d58897 #c788d5

Monochromatic Colors of #d588bd

#d588bd

Complementary Color

#d588bd #88d5a0

#d588bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d588bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d588bd Color CSS Codes

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

#d588bd Text Font Color

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

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


#d588bd Background Color

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

This div background color is #d588bd


#d588bd Border Color

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

This div border color is #d588bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d588bd


Comments

No comments written yet.

Please login to write comment.