Color Hex Logo

#d61dbe Color Hex

#D61DBE
(214,29,190)
0 Favorites   0 Comments

Color spaces of #d61dbe

RGB 21429190
HSL0.850.760.48
HSV308°86°84°
CMYK 0.000.860.11   0.16
XYZ37.465218.892650.3872
Yxy18.89260.35100.1770
Hunter Lab43.465677.7933-38.3056
CIE-Lab50.561379.7040-39.9366

#d61dbe color RGB value is (214,29,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011101 10111110
Octal 326 35 276
Decimal 214 29 190
Hex D6 1D BE

RGB Percentages of Color #d61dbe

%49.42
%6.70
%43.88

CMYK Percentages of Color #d61dbe

%0
%86
%11
%16

Triadic Colors of #d61dbe

#d61dbe #bed61d #1dbed6

Analogous Colors of #d61dbe

#d61dbe #d61d62 #921dd6

Monochromatic Colors of #d61dbe

#d61dbe

Complementary Color

#d61dbe #1dd635

#d61dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61dbe Color CSS Codes

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

#d61dbe Text Font Color

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

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


#d61dbe Background Color

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

This div background color is #d61dbe


#d61dbe Border Color

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

This div border color is #d61dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,29,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61dbe


Comments

No comments written yet.

Please login to write comment.