Color Hex Logo

#d50dbb Color Hex

#D50DBB
(213,13,187)
0 Favorites   0 Comments

Color spaces of #d50dbb

RGB 21313187
HSL0.860.880.44
HSV308°94°84°
CMYK 0.000.940.12   0.16
XYZ36.554118.021848.5657
Yxy18.02180.35440.1747
Hunter Lab42.452179.4093-38.1120
CIE-Lab49.522581.1853-39.8406

#d50dbb color RGB value is (213,13,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001101 10111011
Octal 325 15 273
Decimal 213 13 187
Hex D5 D BB

RGB Percentages of Color #d50dbb

%51.57
%3.15
%45.28

CMYK Percentages of Color #d50dbb

%0
%94
%12
%16

Triadic Colors of #d50dbb

#d50dbb #bbd50d #0dbbd5

Analogous Colors of #d50dbb

#d50dbb #d50d57 #8b0dd5

Monochromatic Colors of #d50dbb

#d50dbb

Complementary Color

#d50dbb #0dd527

#d50dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50dbb Color CSS Codes

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

#d50dbb Text Font Color

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

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


#d50dbb Background Color

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

This div background color is #d50dbb


#d50dbb Border Color

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

This div border color is #d50dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50dbb


Comments

No comments written yet.

Please login to write comment.