Color Hex Logo

#d55dbf Color Hex

#D55DBF
(213,93,191)
0 Favorites   0 Comments

Color spaces of #d55dbf

RGB 21393191
HSL0.860.590.60
HSV311°56°84°
CMYK 0.000.560.10   0.16
XYZ40.758925.736452.1096
Yxy25.73640.34370.2170
Hunter Lab50.731154.6331-25.3894
CIE-Lab57.786059.0061-29.2233

#d55dbf color RGB value is (213,93,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011101 10111111
Octal 325 135 277
Decimal 213 93 191
Hex D5 5D BF

RGB Percentages of Color #d55dbf

%42.86
%18.71
%38.43

CMYK Percentages of Color #d55dbf

%0
%56
%10
%16

Triadic Colors of #d55dbf

#d55dbf #bfd55d #5dbfd5

Analogous Colors of #d55dbf

#d55dbf #d55d83 #af5dd5

Monochromatic Colors of #d55dbf

#d55dbf

Complementary Color

#d55dbf #5dd573

#d55dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55dbf Color CSS Codes

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

#d55dbf Text Font Color

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

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


#d55dbf Background Color

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

This div background color is #d55dbf


#d55dbf Border Color

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

This div border color is #d55dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55dbf


Comments

No comments written yet.

Please login to write comment.