Color Hex Logo

#dd49eb Color Hex

#DD49EB
(221,73,235)
0 Favorites   0 Comments

Color spaces of #dd49eb

RGB 22173235
HSL0.820.800.60
HSV295°69°92°
CMYK 0.060.690.00   0.08
XYZ47.196726.135481.1544
Yxy26.13540.30550.1692
Hunter Lab51.122875.3268-58.3334
CIE-Lab58.165376.2603-53.4633

#dd49eb color RGB value is (221,73,235).

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

The process color (four color CMYK) of #dd49eb color hex is 0.06, 0.69, 0.00, 0.08. Web safe color of #dd49eb is #cc33ff. Color #dd49eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001001 11101011
Octal 335 111 353
Decimal 221 73 235
Hex DD 49 EB

RGB Percentages of Color #dd49eb

%41.78
%13.80
%44.42

CMYK Percentages of Color #dd49eb

%6
%69
%0
%8

Triadic Colors of #dd49eb

#dd49eb #ebdd49 #49ebdd

Analogous Colors of #dd49eb

#dd49eb #eb49a8 #8c49eb

Monochromatic Colors of #dd49eb

#dd49eb

Complementary Color

#dd49eb #57eb49

#dd49eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd49eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd49eb Color CSS Codes

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

#dd49eb Text Font Color

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

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


#dd49eb Background Color

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

This div background color is #dd49eb


#dd49eb Border Color

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

This div border color is #dd49eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd49eb


Comments

No comments written yet.

Please login to write comment.