Color Hex Logo

#dd13ff Color Hex

#DD13FF
(221,19,255)
0 Favorites   0 Comments

Color spaces of #dd13ff

RGB 22119255
HSL0.811.000.54
HSV291°93°100°
CMYK 0.130.930.00   0.00
XYZ48.101723.057996.5231
Yxy23.05790.28690.1375
Hunter Lab48.018694.7761-85.5668
CIE-Lab55.131991.8501-69.4852

#dd13ff color RGB value is (221,19,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010011 11111111
Octal 335 23 377
Decimal 221 19 255
Hex DD 13 FF

RGB Percentages of Color #dd13ff

%44.65
%3.84
%51.52

CMYK Percentages of Color #dd13ff

%13
%93
%0
%0

Triadic Colors of #dd13ff

#dd13ff #ffdd13 #13ffdd

Analogous Colors of #dd13ff

#dd13ff #ff13ab #6713ff

Monochromatic Colors of #dd13ff

#dd13ff

Complementary Color

#dd13ff #35ff13

#dd13ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd13ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd13ff Color CSS Codes

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

#dd13ff Text Font Color

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

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


#dd13ff Background Color

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

This div background color is #dd13ff


#dd13ff Border Color

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

This div border color is #dd13ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd13ff


Comments

No comments written yet.

Please login to write comment.