Color Hex Logo

#dd47eb Color Hex

#DD47EB
(221,71,235)
0 Favorites   0 Comments

Color spaces of #dd47eb

RGB 22171235
HSL0.820.800.60
HSV295°70°92°
CMYK 0.060.700.00   0.08
XYZ47.067425.876881.1113
Yxy25.87680.30550.1680
Hunter Lab50.869276.1382-58.9298
CIE-Lab57.919976.9562-53.8543

#dd47eb color RGB value is (221,71,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000111 11101011
Octal 335 107 353
Decimal 221 71 235
Hex DD 47 EB

RGB Percentages of Color #dd47eb

%41.94
%13.47
%44.59

CMYK Percentages of Color #dd47eb

%6
%70
%0
%8

Triadic Colors of #dd47eb

#dd47eb #ebdd47 #47ebdd

Analogous Colors of #dd47eb

#dd47eb #eb47a7 #8b47eb

Monochromatic Colors of #dd47eb

#dd47eb

Complementary Color

#dd47eb #55eb47

#dd47eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd47eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd47eb Color CSS Codes

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

#dd47eb Text Font Color

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

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


#dd47eb Background Color

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

This div background color is #dd47eb


#dd47eb Border Color

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

This div border color is #dd47eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd47eb


Comments

No comments written yet.

Please login to write comment.