Color Hex Logo

#dd1fff Color Hex

#DD1FFF
(221,31,255)
0 Favorites   0 Comments

Color spaces of #dd1fff

RGB 22131255
HSL0.811.000.56
HSV291°88°100°
CMYK 0.130.880.00   0.00
XYZ48.358823.572196.6088
Yxy23.57210.28690.1399
Hunter Lab48.551192.8285-83.9917
CIE-Lab55.656890.2963-68.6370

#dd1fff color RGB value is (221,31,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011111 11111111
Octal 335 37 377
Decimal 221 31 255
Hex DD 1F FF

RGB Percentages of Color #dd1fff

%43.59
%6.11
%50.30

CMYK Percentages of Color #dd1fff

%13
%88
%0
%0

Triadic Colors of #dd1fff

#dd1fff #ffdd1f #1fffdd

Analogous Colors of #dd1fff

#dd1fff #ff1fb1 #6d1fff

Monochromatic Colors of #dd1fff

#dd1fff

Complementary Color

#dd1fff #41ff1f

#dd1fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd1fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd1fff Color CSS Codes

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

#dd1fff Text Font Color

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

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


#dd1fff Background Color

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

This div background color is #dd1fff


#dd1fff Border Color

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

This div border color is #dd1fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd1fff

Related Colors


Comments

No comments written yet.

Please login to write comment.