Color Hex Logo

#dd46dc Color Hex

#DD46DC
(221,70,220)
0 Favorites   0 Comments

Color spaces of #dd46dc

RGB 22170220
HSL0.830.690.57
HSV300°68°87°
CMYK 0.000.680.00   0.13
XYZ44.927224.919870.1522
Yxy24.91980.32090.1780
Hunter Lab49.919773.2885-48.3764
CIE-Lab56.997274.8445-46.8818

#dd46dc color RGB value is (221,70,220).

#dd46dc hex color red value is 221, green value is 70 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dd46dc hue: 0.83 , saturation: 0.69 and the lightness value of dd46dc is 0.57.

The process color (four color CMYK) of #dd46dc color hex is 0.00, 0.68, 0.00, 0.13. Web safe color of #dd46dc is #cc33cc. Color #dd46dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000110 11011100
Octal 335 106 334
Decimal 221 70 220
Hex DD 46 DC

RGB Percentages of Color #dd46dc

%43.25
%13.70
%43.05

CMYK Percentages of Color #dd46dc

%0
%68
%0
%13

Triadic Colors of #dd46dc

#dd46dc #dcdd46 #46dcdd

Analogous Colors of #dd46dc

#dd46dc #dd4691 #9346dd

Monochromatic Colors of #dd46dc

#dd46dc

Complementary Color

#dd46dc #46dd47

#dd46dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd46dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd46dc Color CSS Codes

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

#dd46dc Text Font Color

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

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


#dd46dc Background Color

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

This div background color is #dd46dc


#dd46dc Border Color

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

This div border color is #dd46dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd46dc


Comments

No comments written yet.

Please login to write comment.