Color Hex Logo

#dc67ab Color Hex

#DC67AB
(220,103,171)
0 Favorites   0 Comments

Color spaces of #dc67ab

RGB 220103171
HSL0.900.630.63
HSV325°53°86°
CMYK 0.000.530.22   0.14
XYZ41.716127.856441.7062
Yxy27.85640.37490.2503
Hunter Lab52.779248.7210-9.9057
CIE-Lab59.758853.4315-14.6294

#dc67ab color RGB value is (220,103,171).

#dc67ab hex color red value is 220, green value is 103 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dc67ab hue: 0.90 , saturation: 0.63 and the lightness value of dc67ab is 0.63.

The process color (four color CMYK) of #dc67ab color hex is 0.00, 0.53, 0.22, 0.14. Web safe color of #dc67ab is #cc6699. Color #dc67ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100111 10101011
Octal 334 147 253
Decimal 220 103 171
Hex DC 67 AB

RGB Percentages of Color #dc67ab

%44.53
%20.85
%34.62

CMYK Percentages of Color #dc67ab

%0
%53
%22
%14

Triadic Colors of #dc67ab

#dc67ab #abdc67 #67abdc

Analogous Colors of #dc67ab

#dc67ab #dc6771 #d367dc

Monochromatic Colors of #dc67ab

#dc67ab

Complementary Color

#dc67ab #67dc98

#dc67ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc67ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc67ab Color CSS Codes

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

#dc67ab Text Font Color

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

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


#dc67ab Background Color

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

This div background color is #dc67ab


#dc67ab Border Color

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

This div border color is #dc67ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc67ab

#dc67ab Color Palettes


Comments

No comments written yet.

Please login to write comment.