Color Hex Logo

#d41dbb Color Hex

#D41DBB
(212,29,187)
0 Favorites   0 Comments

Color spaces of #d41dbb

RGB 21229187
HSL0.860.760.47
HSV308°86°83°
CMYK 0.000.860.12   0.17
XYZ36.560418.463648.6506
Yxy18.46360.35260.1781
Hunter Lab42.969376.6804-37.0507
CIE-Lab50.053678.9170-39.0139

#d41dbb color RGB value is (212,29,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011101 10111011
Octal 324 35 273
Decimal 212 29 187
Hex D4 1D BB

RGB Percentages of Color #d41dbb

%49.53
%6.78
%43.69

CMYK Percentages of Color #d41dbb

%0
%86
%12
%17

Triadic Colors of #d41dbb

#d41dbb #bbd41d #1dbbd4

Analogous Colors of #d41dbb

#d41dbb #d41d60 #921dd4

Monochromatic Colors of #d41dbb

#d41dbb

Complementary Color

#d41dbb #1dd436

#d41dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41dbb Color CSS Codes

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

#d41dbb Text Font Color

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

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


#d41dbb Background Color

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

This div background color is #d41dbb


#d41dbb Border Color

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

This div border color is #d41dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41dbb


Comments

No comments written yet.

Please login to write comment.