Color Hex Logo

#dc6baa Color Hex

#DC6BAA
(220,107,170)
0 Favorites   0 Comments

Color spaces of #dc6baa

RGB 220107170
HSL0.910.620.64
HSV327°51°86°
CMYK 0.000.510.23   0.14
XYZ42.028628.633341.3418
Yxy28.63330.37520.2556
Hunter Lab53.510146.5572-8.3503
CIE-Lab60.456651.3700-13.0020

#dc6baa color RGB value is (220,107,170).

#dc6baa hex color red value is 220, green value is 107 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dc6baa hue: 0.91 , saturation: 0.62 and the lightness value of dc6baa is 0.64.

The process color (four color CMYK) of #dc6baa color hex is 0.00, 0.51, 0.23, 0.14. Web safe color of #dc6baa is #cc6699. Color #dc6baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101011 10101010
Octal 334 153 252
Decimal 220 107 170
Hex DC 6B AA

RGB Percentages of Color #dc6baa

%44.27
%21.53
%34.21

CMYK Percentages of Color #dc6baa

%0
%51
%23
%14

Triadic Colors of #dc6baa

#dc6baa #aadc6b #6baadc

Analogous Colors of #dc6baa

#dc6baa #dc6b72 #d66bdc

Monochromatic Colors of #dc6baa

#dc6baa

Complementary Color

#dc6baa #6bdc9d

#dc6baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6baa Color CSS Codes

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

#dc6baa Text Font Color

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

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


#dc6baa Background Color

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

This div background color is #dc6baa


#dc6baa Border Color

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

This div border color is #dc6baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6baa


Comments

No comments written yet.

Please login to write comment.