Color Hex Logo

#dc6dbf Color Hex

#DC6DBF
(220,109,191)
0 Favorites   0 Comments

Color spaces of #dc6dbf

RGB 220109191
HSL0.880.610.65
HSV316°50°86°
CMYK 0.000.500.13   0.14
XYZ44.387829.914552.7248
Yxy29.91450.34940.2355
Hunter Lab54.694149.1494-18.8693
CIE-Lab61.580453.5244-23.2945

#dc6dbf color RGB value is (220,109,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101101 10111111
Octal 334 155 277
Decimal 220 109 191
Hex DC 6D BF

RGB Percentages of Color #dc6dbf

%42.31
%20.96
%36.73

CMYK Percentages of Color #dc6dbf

%0
%50
%13
%14

Triadic Colors of #dc6dbf

#dc6dbf #bfdc6d #6dbfdc

Analogous Colors of #dc6dbf

#dc6dbf #dc6d88 #c26ddc

Monochromatic Colors of #dc6dbf

#dc6dbf

Complementary Color

#dc6dbf #6ddc8a

#dc6dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6dbf Color CSS Codes

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

#dc6dbf Text Font Color

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

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


#dc6dbf Background Color

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

This div background color is #dc6dbf


#dc6dbf Border Color

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

This div border color is #dc6dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6dbf


Comments

No comments written yet.

Please login to write comment.