Color Hex Logo

#d55dbb Color Hex

#D55DBB
(213,93,187)
0 Favorites   0 Comments

Color spaces of #d55dbb

RGB 21393187
HSL0.870.590.60
HSV313°56°84°
CMYK 0.000.560.12   0.16
XYZ40.324625.562749.8225
Yxy25.56270.34850.2209
Hunter Lab50.559653.8863-23.0340
CIE-Lab57.619658.3793-27.1871

#d55dbb color RGB value is (213,93,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011101 10111011
Octal 325 135 273
Decimal 213 93 187
Hex D5 5D BB

RGB Percentages of Color #d55dbb

%43.20
%18.86
%37.93

CMYK Percentages of Color #d55dbb

%0
%56
%12
%16

Triadic Colors of #d55dbb

#d55dbb #bbd55d #5dbbd5

Analogous Colors of #d55dbb

#d55dbb #d55d7f #b35dd5

Monochromatic Colors of #d55dbb

#d55dbb

Complementary Color

#d55dbb #5dd577

#d55dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55dbb Color CSS Codes

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

#d55dbb Text Font Color

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

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


#d55dbb Background Color

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

This div background color is #d55dbb


#d55dbb Border Color

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

This div border color is #d55dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55dbb


Comments

No comments written yet.

Please login to write comment.