Color Hex Logo

#dd6eba Color Hex

#DD6EBA
(221,110,186)
0 Favorites   0 Comments

Color spaces of #dd6eba

RGB 221110186
HSL0.890.620.65
HSV319°50°87°
CMYK 0.000.500.16   0.13
XYZ44.257730.069249.9257
Yxy30.06920.35620.2420
Hunter Lab54.835448.1056-15.5967
CIE-Lab61.713952.5696-20.2343

#dd6eba color RGB value is (221,110,186).

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

The process color (four color CMYK) of #dd6eba color hex is 0.00, 0.50, 0.16, 0.13. Web safe color of #dd6eba is #cc66cc. Color #dd6eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101110 10111010
Octal 335 156 272
Decimal 221 110 186
Hex DD 6E BA

RGB Percentages of Color #dd6eba

%42.75
%21.28
%35.98

CMYK Percentages of Color #dd6eba

%0
%50
%16
%13

Triadic Colors of #dd6eba

#dd6eba #badd6e #6ebadd

Analogous Colors of #dd6eba

#dd6eba #dd6e83 #c96edd

Monochromatic Colors of #dd6eba

#dd6eba

Complementary Color

#dd6eba #6edd91

#dd6eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6eba Color CSS Codes

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

#dd6eba Text Font Color

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

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


#dd6eba Background Color

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

This div background color is #dd6eba


#dd6eba Border Color

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

This div border color is #dd6eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6eba


Comments

No comments written yet.

Please login to write comment.