Color Hex Logo

#dd5ebe Color Hex

#DD5EBE
(221,94,190)
0 Favorites   0 Comments

Color spaces of #dd5ebe

RGB 22194190
HSL0.870.650.62
HSV315°57°87°
CMYK 0.000.570.14   0.13
XYZ43.115827.095351.6727
Yxy27.09530.35370.2223
Hunter Lab52.053156.7592-22.4195
CIE-Lab59.062460.6361-26.5841

#dd5ebe color RGB value is (221,94,190).

#dd5ebe hex color red value is 221, green value is 94 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dd5ebe hue: 0.87 , saturation: 0.65 and the lightness value of dd5ebe is 0.62.

The process color (four color CMYK) of #dd5ebe color hex is 0.00, 0.57, 0.14, 0.13. Web safe color of #dd5ebe is #cc66cc. Color #dd5ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011110 10111110
Octal 335 136 276
Decimal 221 94 190
Hex DD 5E BE

RGB Percentages of Color #dd5ebe

%43.76
%18.61
%37.62

CMYK Percentages of Color #dd5ebe

%0
%57
%14
%13

Triadic Colors of #dd5ebe

#dd5ebe #bedd5e #5ebedd

Analogous Colors of #dd5ebe

#dd5ebe #dd5e7f #bd5edd

Monochromatic Colors of #dd5ebe

#dd5ebe

Complementary Color

#dd5ebe #5edd7d

#dd5ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5ebe Color CSS Codes

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

#dd5ebe Text Font Color

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

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


#dd5ebe Background Color

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

This div background color is #dd5ebe


#dd5ebe Border Color

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

This div border color is #dd5ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5ebe


Comments

No comments written yet.

Please login to write comment.