Color Hex Logo

#dd49fa Color Hex

#DD49FA
(221,73,250)
0 Favorites   0 Comments

Color spaces of #dd49fa

RGB 22173250
HSL0.810.950.63
HSV290°71°98°
CMYK 0.120.710.00   0.02
XYZ49.456727.039493.0549
Yxy27.03940.29170.1595
Hunter Lab51.999478.7725-69.7021
CIE-Lab59.010878.8377-60.4682

#dd49fa color RGB value is (221,73,250).

#dd49fa hex color red value is 221, green value is 73 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dd49fa hue: 0.81 , saturation: 0.95 and the lightness value of dd49fa is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001001 11111010
Octal 335 111 372
Decimal 221 73 250
Hex DD 49 FA

RGB Percentages of Color #dd49fa

%40.63
%13.42
%45.96

CMYK Percentages of Color #dd49fa

%12
%71
%0
%2

Triadic Colors of #dd49fa

#dd49fa #fadd49 #49fadd

Analogous Colors of #dd49fa

#dd49fa #fa49bf #8549fa

Monochromatic Colors of #dd49fa

#dd49fa

Complementary Color

#dd49fa #66fa49

#dd49fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd49fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd49fa Color CSS Codes

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

#dd49fa Text Font Color

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

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


#dd49fa Background Color

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

This div background color is #dd49fa


#dd49fa Border Color

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

This div border color is #dd49fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd49fa


Comments

No comments written yet.

Please login to write comment.