Color Hex Logo

#dd0dff Color Hex

#DD0DFF
(221,13,255)
0 Favorites   0 Comments

Color spaces of #dd0dff

RGB 22113255
HSL0.811.000.53
HSV292°95°100°
CMYK 0.130.950.00   0.00
XYZ48.012722.880096.4935
Yxy22.88000.28680.1367
Hunter Lab47.833095.4626-86.1225
CIE-Lab54.948592.3947-69.7817

#dd0dff color RGB value is (221,13,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001101 11111111
Octal 335 15 377
Decimal 221 13 255
Hex DD D FF

RGB Percentages of Color #dd0dff

%45.19
%2.66
%52.15

CMYK Percentages of Color #dd0dff

%13
%95
%0
%0

Triadic Colors of #dd0dff

#dd0dff #ffdd0d #0dffdd

Analogous Colors of #dd0dff

#dd0dff #ff0da8 #640dff

Monochromatic Colors of #dd0dff

#dd0dff

Complementary Color

#dd0dff #2fff0d

#dd0dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd0dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd0dff Color CSS Codes

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

#dd0dff Text Font Color

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

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


#dd0dff Background Color

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

This div background color is #dd0dff


#dd0dff Border Color

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

This div border color is #dd0dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd0dff


Comments

No comments written yet.

Please login to write comment.