Color Hex Logo

#dd5ebf Color Hex

#DD5EBF
(221,94,191)
0 Favorites   0 Comments

Color spaces of #dd5ebf

RGB 22194191
HSL0.870.650.62
HSV314°57°87°
CMYK 0.000.570.14   0.13
XYZ43.225527.139152.2504
Yxy27.13910.35250.2213
Hunter Lab52.095256.9421-23.0000
CIE-Lab59.102960.7874-27.0936

#dd5ebf color RGB value is (221,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011110 10111111
Octal 335 136 277
Decimal 221 94 191
Hex DD 5E BF

RGB Percentages of Color #dd5ebf

%43.68
%18.58
%37.75

CMYK Percentages of Color #dd5ebf

%0
%57
%14
%13

Triadic Colors of #dd5ebf

#dd5ebf #bfdd5e #5ebfdd

Analogous Colors of #dd5ebf

#dd5ebf #dd5e80 #bc5edd

Monochromatic Colors of #dd5ebf

#dd5ebf

Complementary Color

#dd5ebf #5edd7c

#dd5ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5ebf Color CSS Codes

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

#dd5ebf Text Font Color

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

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


#dd5ebf Background Color

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

This div background color is #dd5ebf


#dd5ebf Border Color

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

This div border color is #dd5ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5ebf


Comments

No comments written yet.

Please login to write comment.