Color Hex Logo

#dd13fd Color Hex

#DD13FD
(221,19,253)
0 Favorites   0 Comments

Color spaces of #dd13fd

RGB 22119253
HSL0.810.980.53
HSV292°92°99°
CMYK 0.130.920.00   0.01
XYZ47.781322.929794.8360
Yxy22.92970.28860.1385
Hunter Lab47.885094.3149-83.9042
CIE-Lab54.999991.5327-68.5869

#dd13fd color RGB value is (221,19,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010011 11111101
Octal 335 23 375
Decimal 221 19 253
Hex DD 13 FD

RGB Percentages of Color #dd13fd

%44.83
%3.85
%51.32

CMYK Percentages of Color #dd13fd

%13
%92
%0
%1

Triadic Colors of #dd13fd

#dd13fd #fddd13 #13fddd

Analogous Colors of #dd13fd

#dd13fd #fd13a8 #6813fd

Monochromatic Colors of #dd13fd

#dd13fd

Complementary Color

#dd13fd #33fd13

#dd13fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd13fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd13fd Color CSS Codes

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

#dd13fd Text Font Color

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

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


#dd13fd Background Color

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

This div background color is #dd13fd


#dd13fd Border Color

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

This div border color is #dd13fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd13fd

Related Colors


Comments

No comments written yet.

Please login to write comment.