Color Hex Logo

#dd3ffe Color Hex

#DD3FFE
(221,63,254)
0 Favorites   0 Comments

Color spaces of #dd3ffe

RGB 22163254
HSL0.800.990.62
HSV290°75°100°
CMYK 0.130.750.00   0.00
XYZ49.485726.082996.1923
Yxy26.08290.28810.1519
Hunter Lab51.071483.5828-75.9219
CIE-Lab58.115782.7746-64.1211

#dd3ffe color RGB value is (221,63,254).

#dd3ffe hex color red value is 221, green value is 63 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dd3ffe hue: 0.80 , saturation: 0.99 and the lightness value of dd3ffe is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111111 11111110
Octal 335 77 376
Decimal 221 63 254
Hex DD 3F FE

RGB Percentages of Color #dd3ffe

%41.08
%11.71
%47.21

CMYK Percentages of Color #dd3ffe

%13
%75
%0
%0

Triadic Colors of #dd3ffe

#dd3ffe #fedd3f #3ffedd

Analogous Colors of #dd3ffe

#dd3ffe #fe3fc0 #7e3ffe

Monochromatic Colors of #dd3ffe

#dd3ffe

Complementary Color

#dd3ffe #60fe3f

#dd3ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd3ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd3ffe Color CSS Codes

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

#dd3ffe Text Font Color

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

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


#dd3ffe Background Color

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

This div background color is #dd3ffe


#dd3ffe Border Color

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

This div border color is #dd3ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd3ffe


Comments

No comments written yet.

Please login to write comment.