Color Hex Logo

#dd3bda Color Hex

#DD3BDA
(221,59,218)
0 Favorites   0 Comments

Color spaces of #dd3bda

RGB 22159218
HSL0.840.700.55
HSV301°73°87°
CMYK 0.000.730.01   0.13
XYZ44.037623.562068.5566
Yxy23.56200.32340.1731
Hunter Lab48.540776.9944-49.7599
CIE-Lab55.646678.0783-47.8907

#dd3bda color RGB value is (221,59,218).

#dd3bda hex color red value is 221, green value is 59 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dd3bda hue: 0.84 , saturation: 0.70 and the lightness value of dd3bda is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111011 11011010
Octal 335 73 332
Decimal 221 59 218
Hex DD 3B DA

RGB Percentages of Color #dd3bda

%44.38
%11.85
%43.78

CMYK Percentages of Color #dd3bda

%0
%73
%1
%13

Triadic Colors of #dd3bda

#dd3bda #dadd3b #3bdadd

Analogous Colors of #dd3bda

#dd3bda #dd3b89 #8f3bdd

Monochromatic Colors of #dd3bda

#dd3bda

Complementary Color

#dd3bda #3bdd3e

#dd3bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd3bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd3bda Color CSS Codes

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

#dd3bda Text Font Color

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

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


#dd3bda Background Color

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

This div background color is #dd3bda


#dd3bda Border Color

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

This div border color is #dd3bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd3bda


Comments

No comments written yet.

Please login to write comment.