Color Hex Logo

#d41dde Color Hex

#D41DDE
(212,29,222)
0 Favorites   0 Comments

Color spaces of #d41dde

RGB 21229222
HSL0.820.770.49
HSV297°87°87°
CMYK 0.050.870.00   0.13
XYZ40.775620.149770.8474
Yxy20.14970.30940.1529
Hunter Lab44.888483.5905-62.1555
CIE-Lab52.006083.9712-56.0559

#d41dde color RGB value is (212,29,222).

#d41dde hex color red value is 212, green value is 29 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d41dde hue: 0.82 , saturation: 0.77 and the lightness value of d41dde is 0.49.

The process color (four color CMYK) of #d41dde color hex is 0.05, 0.87, 0.00, 0.13. Web safe color of #d41dde is #cc33cc. Color #d41dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011101 11011110
Octal 324 35 336
Decimal 212 29 222
Hex D4 1D DE

RGB Percentages of Color #d41dde

%45.79
%6.26
%47.95

CMYK Percentages of Color #d41dde

%5
%87
%0
%13

Triadic Colors of #d41dde

#d41dde #ded41d #1dded4

Analogous Colors of #d41dde

#d41dde #de1d88 #741dde

Monochromatic Colors of #d41dde

#d41dde

Complementary Color

#d41dde #27de1d

#d41dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41dde Color CSS Codes

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

#d41dde Text Font Color

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

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


#d41dde Background Color

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

This div background color is #d41dde


#d41dde Border Color

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

This div border color is #d41dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41dde


Comments

No comments written yet.

Please login to write comment.