Color Hex Logo

#d559bc Color Hex

#D559BC
(213,89,188)
0 Favorites   0 Comments

Color spaces of #d559bc

RGB 21389188
HSL0.870.600.59
HSV312°58°84°
CMYK 0.000.580.12   0.16
XYZ40.090124.921750.2743
Yxy24.92170.34770.2162
Hunter Lab49.921655.9834-24.7637
CIE-Lab56.999160.3244-28.7215

#d559bc color RGB value is (213,89,188).

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

The process color (four color CMYK) of #d559bc color hex is 0.00, 0.58, 0.12, 0.16. Web safe color of #d559bc is #cc66cc. Color #d559bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011001 10111100
Octal 325 131 274
Decimal 213 89 188
Hex D5 59 BC

RGB Percentages of Color #d559bc

%43.47
%18.16
%38.37

CMYK Percentages of Color #d559bc

%0
%58
%12
%16

Triadic Colors of #d559bc

#d559bc #bcd559 #59bcd5

Analogous Colors of #d559bc

#d559bc #d5597e #b059d5

Monochromatic Colors of #d559bc

#d559bc

Complementary Color

#d559bc #59d572

#d559bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d559bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d559bc Color CSS Codes

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

#d559bc Text Font Color

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

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


#d559bc Background Color

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

This div background color is #d559bc


#d559bc Border Color

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

This div border color is #d559bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,89,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d559bc


Comments

No comments written yet.

Please login to write comment.