Color Hex Logo

#d61dbb Color Hex

#D61DBB
(214,29,187)
0 Favorites   0 Comments

Color spaces of #d61dbb

RGB 21429187
HSL0.860.760.48
HSV309°86°84°
CMYK 0.000.860.13   0.16
XYZ37.140618.762748.6778
Yxy18.76270.35510.1794
Hunter Lab43.315977.2493-36.3081
CIE-Lab50.408479.3013-38.4307

#d61dbb color RGB value is (214,29,187).

#d61dbb hex color red value is 214, green value is 29 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d61dbb hue: 0.86 , saturation: 0.76 and the lightness value of d61dbb is 0.48.

The process color (four color CMYK) of #d61dbb color hex is 0.00, 0.86, 0.13, 0.16. Web safe color of #d61dbb is #cc33cc. Color #d61dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011101 10111011
Octal 326 35 273
Decimal 214 29 187
Hex D6 1D BB

RGB Percentages of Color #d61dbb

%49.77
%6.74
%43.49

CMYK Percentages of Color #d61dbb

%0
%86
%13
%16

Triadic Colors of #d61dbb

#d61dbb #bbd61d #1dbbd6

Analogous Colors of #d61dbb

#d61dbb #d61d5f #951dd6

Monochromatic Colors of #d61dbb

#d61dbb

Complementary Color

#d61dbb #1dd638

#d61dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61dbb Color CSS Codes

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

#d61dbb Text Font Color

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

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


#d61dbb Background Color

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

This div background color is #d61dbb


#d61dbb Border Color

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

This div border color is #d61dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61dbb


Comments

No comments written yet.

Please login to write comment.