Color Hex Logo

#d50dbf Color Hex

#D50DBF
(213,13,191)
0 Favorites   0 Comments

Color spaces of #d50dbf

RGB 21313191
HSL0.850.880.44
HSV307°94°84°
CMYK 0.000.940.10   0.16
XYZ36.988518.195650.8528
Yxy18.19560.34880.1716
Hunter Lab42.656380.1339-40.8233
CIE-Lab49.732581.7150-41.8407

#d50dbf color RGB value is (213,13,191).

#d50dbf hex color red value is 213, green value is 13 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d50dbf hue: 0.85 , saturation: 0.88 and the lightness value of d50dbf is 0.44.

The process color (four color CMYK) of #d50dbf color hex is 0.00, 0.94, 0.10, 0.16. Web safe color of #d50dbf is #cc00cc. Color #d50dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001101 10111111
Octal 325 15 277
Decimal 213 13 191
Hex D5 D BF

RGB Percentages of Color #d50dbf

%51.08
%3.12
%45.80

CMYK Percentages of Color #d50dbf

%0
%94
%10
%16

Triadic Colors of #d50dbf

#d50dbf #bfd50d #0dbfd5

Analogous Colors of #d50dbf

#d50dbf #d50d5b #870dd5

Monochromatic Colors of #d50dbf

#d50dbf

Complementary Color

#d50dbf #0dd523

#d50dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50dbf Color CSS Codes

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

#d50dbf Text Font Color

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

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


#d50dbf Background Color

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

This div background color is #d50dbf


#d50dbf Border Color

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

This div border color is #d50dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50dbf


Comments

No comments written yet.

Please login to write comment.