Color Hex Logo

#dd6dbc Color Hex

#DD6DBC
(221,109,188)
0 Favorites   0 Comments

Color spaces of #dd6dbc

RGB 221109188
HSL0.880.620.65
HSV318°51°87°
CMYK 0.000.510.15   0.13
XYZ44.364529.940351.0177
Yxy29.94030.35400.2389
Hunter Lab54.717748.9697-16.9784
CIE-Lab61.602753.3604-21.5424

#dd6dbc color RGB value is (221,109,188).

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

The process color (four color CMYK) of #dd6dbc color hex is 0.00, 0.51, 0.15, 0.13. Web safe color of #dd6dbc is #cc66cc. Color #dd6dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101101 10111100
Octal 335 155 274
Decimal 221 109 188
Hex DD 6D BC

RGB Percentages of Color #dd6dbc

%42.66
%21.04
%36.29

CMYK Percentages of Color #dd6dbc

%0
%51
%15
%13

Triadic Colors of #dd6dbc

#dd6dbc #bcdd6d #6dbcdd

Analogous Colors of #dd6dbc

#dd6dbc #dd6d84 #c66ddd

Monochromatic Colors of #dd6dbc

#dd6dbc

Complementary Color

#dd6dbc #6ddd8e

#dd6dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6dbc Color CSS Codes

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

#dd6dbc Text Font Color

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

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


#dd6dbc Background Color

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

This div background color is #dd6dbc


#dd6dbc Border Color

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

This div border color is #dd6dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6dbc


Comments

No comments written yet.

Please login to write comment.