Color Hex Logo

#dd6cbf Color Hex

#DD6CBF
(221,108,191)
0 Favorites   0 Comments

Color spaces of #dd6cbf

RGB 221108191
HSL0.880.620.65
HSV316°51°87°
CMYK 0.000.510.14   0.13
XYZ44.585329.858952.7036
Yxy29.85890.35070.2348
Hunter Lab54.643350.0184-18.9350
CIE-Lab61.532354.3062-23.3563

#dd6cbf color RGB value is (221,108,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101100 10111111
Octal 335 154 277
Decimal 221 108 191
Hex DD 6C BF

RGB Percentages of Color #dd6cbf

%42.50
%20.77
%36.73

CMYK Percentages of Color #dd6cbf

%0
%51
%14
%13

Triadic Colors of #dd6cbf

#dd6cbf #bfdd6c #6cbfdd

Analogous Colors of #dd6cbf

#dd6cbf #dd6c87 #c36cdd

Monochromatic Colors of #dd6cbf

#dd6cbf

Complementary Color

#dd6cbf #6cdd8a

#dd6cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6cbf Color CSS Codes

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

#dd6cbf Text Font Color

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

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


#dd6cbf Background Color

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

This div background color is #dd6cbf


#dd6cbf Border Color

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

This div border color is #dd6cbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,108,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 #dd6cbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6cbf


Comments

No comments written yet.

Please login to write comment.