Color Hex Logo

#dd31ff Color Hex

#DD31FF
(221,49,255)
0 Favorites   0 Comments

Color spaces of #dd31ff

RGB 22149255
HSL0.811.000.60
HSV290°81°100°
CMYK 0.130.810.00   0.00
XYZ48.967124.788896.8116
Yxy24.78880.28710.1453
Hunter Lab49.788488.4261-80.4354
CIE-Lab56.869186.7378-66.6813

#dd31ff color RGB value is (221,49,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110001 11111111
Octal 335 61 377
Decimal 221 49 255
Hex DD 31 FF

RGB Percentages of Color #dd31ff

%42.10
%9.33
%48.57

CMYK Percentages of Color #dd31ff

%13
%81
%0
%0

Triadic Colors of #dd31ff

#dd31ff #ffdd31 #31ffdd

Analogous Colors of #dd31ff

#dd31ff #ff31ba #7631ff

Monochromatic Colors of #dd31ff

#dd31ff

Complementary Color

#dd31ff #53ff31

#dd31ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd31ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd31ff Color CSS Codes

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

#dd31ff Text Font Color

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

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


#dd31ff Background Color

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

This div background color is #dd31ff


#dd31ff Border Color

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

This div border color is #dd31ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd31ff


Comments

No comments written yet.

Please login to write comment.