Color Hex Logo

#dd41ff Color Hex

#DD41FF
(221,65,255)
0 Favorites   0 Comments

Color spaces of #dd41ff

RGB 22165255
HSL0.801.000.63
HSV289°75°100°
CMYK 0.130.750.00   0.00
XYZ49.759126.372797.0756
Yxy26.37270.28730.1523
Hunter Lab51.354483.0850-76.1284
CIE-Lab58.389182.3352-64.2352

#dd41ff color RGB value is (221,65,255).

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

The process color (four color CMYK) of #dd41ff color hex is 0.13, 0.75, 0.00, 0.00. Web safe color of #dd41ff is #cc33ff. Color #dd41ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000001 11111111
Octal 335 101 377
Decimal 221 65 255
Hex DD 41 FF

RGB Percentages of Color #dd41ff

%40.85
%12.01
%47.13

CMYK Percentages of Color #dd41ff

%13
%75
%0
%0

Triadic Colors of #dd41ff

#dd41ff #ffdd41 #41ffdd

Analogous Colors of #dd41ff

#dd41ff #ff41c2 #7e41ff

Monochromatic Colors of #dd41ff

#dd41ff

Complementary Color

#dd41ff #63ff41

#dd41ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd41ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd41ff Color CSS Codes

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

#dd41ff Text Font Color

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

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


#dd41ff Background Color

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

This div background color is #dd41ff


#dd41ff Border Color

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

This div border color is #dd41ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd41ff


Comments

No comments written yet.

Please login to write comment.