Color Hex Logo

#d31dbb Color Hex

#D31DBB
(211,29,187)
0 Favorites   0 Comments

Color spaces of #d31dbb

RGB 21129187
HSL0.860.760.47
HSV308°86°83°
CMYK 0.000.860.11   0.17
XYZ36.273018.315548.6371
Yxy18.31550.35140.1774
Hunter Lab42.796676.3967-37.4237
CIE-Lab49.876678.7249-39.3051

#d31dbb color RGB value is (211,29,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00011101 10111011
Octal 323 35 273
Decimal 211 29 187
Hex D3 1D BB

RGB Percentages of Color #d31dbb

%49.41
%6.79
%43.79

CMYK Percentages of Color #d31dbb

%0
%86
%11
%17

Triadic Colors of #d31dbb

#d31dbb #bbd31d #1dbbd3

Analogous Colors of #d31dbb

#d31dbb #d31d60 #901dd3

Monochromatic Colors of #d31dbb

#d31dbb

Complementary Color

#d31dbb #1dd335

#d31dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31dbb Color CSS Codes

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

#d31dbb Text Font Color

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

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


#d31dbb Background Color

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

This div background color is #d31dbb


#d31dbb Border Color

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

This div border color is #d31dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31dbb


Comments

No comments written yet.

Please login to write comment.