Color Hex Logo

#dd11ff Color Hex

#DD11FF
(221,17,255)
1 Favorites   0 Comments

Color spaces of #dd11ff

RGB 22117255
HSL0.811.000.53
HSV291°93°100°
CMYK 0.130.930.00   0.00
XYZ48.069222.993096.5123
Yxy22.99300.28690.1372
Hunter Lab47.951095.0257-85.7689
CIE-Lab55.065192.0483-69.5932

#dd11ff color RGB value is (221,17,255).

#dd11ff hex color red value is 221, green value is 17 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dd11ff hue: 0.81 , saturation: 1.00 and the lightness value of dd11ff is 0.53.

The process color (four color CMYK) of #dd11ff color hex is 0.13, 0.93, 0.00, 0.00. Web safe color of #dd11ff is #cc00ff. Color #dd11ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010001 11111111
Octal 335 21 377
Decimal 221 17 255
Hex DD 11 FF

RGB Percentages of Color #dd11ff

%44.83
%3.45
%51.72

CMYK Percentages of Color #dd11ff

%13
%93
%0
%0

Triadic Colors of #dd11ff

#dd11ff #ffdd11 #11ffdd

Analogous Colors of #dd11ff

#dd11ff #ff11aa #6611ff

Monochromatic Colors of #dd11ff

#dd11ff

Complementary Color

#dd11ff #33ff11

#dd11ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd11ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd11ff Color CSS Codes

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

#dd11ff Text Font Color

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

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


#dd11ff Background Color

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

This div background color is #dd11ff


#dd11ff Border Color

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

This div border color is #dd11ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd11ff


Comments

No comments written yet.

Please login to write comment.