Color Hex Logo

#dd2edb Color Hex

#DD2EDB
(221,46,219)
0 Favorites   0 Comments

Color spaces of #dd2edb

RGB 22146219
HSL0.840.720.52
HSV301°79°87°
CMYK 0.000.790.01   0.13
XYZ43.582022.440669.0523
Yxy22.44060.32270.1661
Hunter Lab47.371581.3206-53.2655
CIE-Lab54.491481.7186-50.2946

#dd2edb color RGB value is (221,46,219).

#dd2edb hex color red value is 221, green value is 46 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dd2edb hue: 0.84 , saturation: 0.72 and the lightness value of dd2edb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101110 11011011
Octal 335 56 333
Decimal 221 46 219
Hex DD 2E DB

RGB Percentages of Color #dd2edb

%45.47
%9.47
%45.06

CMYK Percentages of Color #dd2edb

%0
%79
%1
%13

Triadic Colors of #dd2edb

#dd2edb #dbdd2e #2edbdd

Analogous Colors of #dd2edb

#dd2edb #dd2e84 #882edd

Monochromatic Colors of #dd2edb

#dd2edb

Complementary Color

#dd2edb #2edd30

#dd2edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2edb Color CSS Codes

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

#dd2edb Text Font Color

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

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


#dd2edb Background Color

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

This div background color is #dd2edb


#dd2edb Border Color

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

This div border color is #dd2edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2edb


Comments

No comments written yet.

Please login to write comment.