Color Hex Logo

#d557bc Color Hex

#D557BC
(213,87,188)
0 Favorites   0 Comments

Color spaces of #d557bc

RGB 21387188
HSL0.870.600.59
HSV312°59°84°
CMYK 0.000.590.12   0.16
XYZ39.925924.593450.2196
Yxy24.59340.34800.2143
Hunter Lab49.591756.9234-25.3264
CIE-Lab56.677161.1996-29.2205

#d557bc color RGB value is (213,87,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010111 10111100
Octal 325 127 274
Decimal 213 87 188
Hex D5 57 BC

RGB Percentages of Color #d557bc

%43.65
%17.83
%38.52

CMYK Percentages of Color #d557bc

%0
%59
%12
%16

Triadic Colors of #d557bc

#d557bc #bcd557 #57bcd5

Analogous Colors of #d557bc

#d557bc #d5577d #af57d5

Monochromatic Colors of #d557bc

#d557bc

Complementary Color

#d557bc #57d570

#d557bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d557bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d557bc Color CSS Codes

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

#d557bc Text Font Color

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

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


#d557bc Background Color

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

This div background color is #d557bc


#d557bc Border Color

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

This div border color is #d557bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d557bc


Comments

No comments written yet.

Please login to write comment.