Color Hex Logo

#dc6dbb Color Hex

#DC6DBB
(220,109,187)
0 Favorites   0 Comments

Color spaces of #dc6dbb

RGB 220109187
HSL0.880.610.65
HSV318°50°86°
CMYK 0.000.500.15   0.14
XYZ43.953529.740850.4376
Yxy29.74080.35410.2396
Hunter Lab54.535148.4286-16.6606
CIE-Lab61.429952.9036-21.2492

#dc6dbb color RGB value is (220,109,187).

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

The process color (four color CMYK) of #dc6dbb color hex is 0.00, 0.50, 0.15, 0.14. Web safe color of #dc6dbb is #cc66cc. Color #dc6dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101101 10111011
Octal 334 155 273
Decimal 220 109 187
Hex DC 6D BB

RGB Percentages of Color #dc6dbb

%42.64
%21.12
%36.24

CMYK Percentages of Color #dc6dbb

%0
%50
%15
%14

Triadic Colors of #dc6dbb

#dc6dbb #bbdc6d #6dbbdc

Analogous Colors of #dc6dbb

#dc6dbb #dc6d84 #c66ddc

Monochromatic Colors of #dc6dbb

#dc6dbb

Complementary Color

#dc6dbb #6ddc8e

#dc6dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6dbb Color CSS Codes

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

#dc6dbb Text Font Color

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

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


#dc6dbb Background Color

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

This div background color is #dc6dbb


#dc6dbb Border Color

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

This div border color is #dc6dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6dbb


Comments

No comments written yet.

Please login to write comment.