Color Hex Logo

#d555bc Color Hex

#D555BC
(213,85,188)
0 Favorites   0 Comments

Color spaces of #d555bc

RGB 21385188
HSL0.870.600.58
HSV312°60°84°
CMYK 0.000.600.12   0.16
XYZ39.766224.274050.1664
Yxy24.27400.34820.2125
Hunter Lab49.268757.8525-25.8823
CIE-Lab56.361162.0617-29.7107

#d555bc color RGB value is (213,85,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010101 10111100
Octal 325 125 274
Decimal 213 85 188
Hex D5 55 BC

RGB Percentages of Color #d555bc

%43.83
%17.49
%38.68

CMYK Percentages of Color #d555bc

%0
%60
%12
%16

Triadic Colors of #d555bc

#d555bc #bcd555 #55bcd5

Analogous Colors of #d555bc

#d555bc #d5557c #ae55d5

Monochromatic Colors of #d555bc

#d555bc

Complementary Color

#d555bc #55d56e

#d555bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d555bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d555bc Color CSS Codes

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

#d555bc Text Font Color

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

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


#d555bc Background Color

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

This div background color is #d555bc


#d555bc Border Color

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

This div border color is #d555bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d555bc


Comments

No comments written yet.

Please login to write comment.