Color Hex Logo

#d411dd Color Hex

#D411DD
(212,17,221)
0 Favorites   0 Comments

Color spaces of #d411dd

RGB 21217221
HSL0.830.860.47
HSV297°92°87°
CMYK 0.040.920.00   0.13
XYZ40.403019.618470.0639
Yxy19.61840.31060.1508
Hunter Lab44.292785.3124-62.7824
CIE-Lab51.403085.4184-56.4544

#d411dd color RGB value is (212,17,221).

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

The process color (four color CMYK) of #d411dd color hex is 0.04, 0.92, 0.00, 0.13. Web safe color of #d411dd is #cc00cc. Color #d411dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010001 11011101
Octal 324 21 335
Decimal 212 17 221
Hex D4 11 DD

RGB Percentages of Color #d411dd

%47.11
%3.78
%49.11

CMYK Percentages of Color #d411dd

%4
%92
%0
%13

Triadic Colors of #d411dd

#d411dd #ddd411 #11ddd4

Analogous Colors of #d411dd

#d411dd #dd1180 #6e11dd

Monochromatic Colors of #d411dd

#d411dd

Complementary Color

#d411dd #1add11

#d411dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d411dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d411dd Color CSS Codes

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

#d411dd Text Font Color

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

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


#d411dd Background Color

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

This div background color is #d411dd


#d411dd Border Color

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

This div border color is #d411dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d411dd


Comments

No comments written yet.

Please login to write comment.