Color Hex Logo

#dd49fe Color Hex

#DD49FE
(221,73,254)
0 Favorites   0 Comments

Color spaces of #dd49fe

RGB 22173254
HSL0.800.990.64
HSV289°71°100°
CMYK 0.130.710.00   0.00
XYZ50.090727.293096.3939
Yxy27.29300.28820.1571
Hunter Lab52.242779.7224-72.8271
CIE-Lab59.244679.5412-62.3087

#dd49fe color RGB value is (221,73,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001001 11111110
Octal 335 111 376
Decimal 221 73 254
Hex DD 49 FE

RGB Percentages of Color #dd49fe

%40.33
%13.32
%46.35

CMYK Percentages of Color #dd49fe

%13
%71
%0
%0

Triadic Colors of #dd49fe

#dd49fe #fedd49 #49fedd

Analogous Colors of #dd49fe

#dd49fe #fe49c5 #8349fe

Monochromatic Colors of #dd49fe

#dd49fe

Complementary Color

#dd49fe #6afe49

#dd49fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd49fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd49fe Color CSS Codes

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

#dd49fe Text Font Color

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

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


#dd49fe Background Color

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

This div background color is #dd49fe


#dd49fe Border Color

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

This div border color is #dd49fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd49fe

#dd49fe Color Palettes


Comments

No comments written yet.

Please login to write comment.