Color Hex Logo

#d557bd Color Hex

#D557BD
(213,87,189)
0 Favorites   0 Comments

Color spaces of #d557bd

RGB 21387189
HSL0.870.600.59
HSV311°59°84°
CMYK 0.000.590.11   0.16
XYZ40.034124.636650.7894
Yxy24.63660.34670.2134
Hunter Lab49.635357.1102-25.9239
CIE-Lab56.719661.3542-29.7294

#d557bd color RGB value is (213,87,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010111 10111101
Octal 325 127 275
Decimal 213 87 189
Hex D5 57 BD

RGB Percentages of Color #d557bd

%43.56
%17.79
%38.65

CMYK Percentages of Color #d557bd

%0
%59
%11
%16

Triadic Colors of #d557bd

#d557bd #bdd557 #57bdd5

Analogous Colors of #d557bd

#d557bd #d5577e #ae57d5

Monochromatic Colors of #d557bd

#d557bd

Complementary Color

#d557bd #57d56f

#d557bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d557bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d557bd Color CSS Codes

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

#d557bd Text Font Color

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

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


#d557bd Background Color

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

This div background color is #d557bd


#d557bd Border Color

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

This div border color is #d557bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d557bd


Comments

No comments written yet.

Please login to write comment.