Color Hex Logo

#dc67aa Color Hex

#DC67AA
(220,103,170)
0 Favorites   0 Comments

Color spaces of #dc67aa

RGB 220103170
HSL0.900.630.63
HSV326°53°86°
CMYK 0.000.530.23   0.14
XYZ41.621127.818441.2060
Yxy27.81840.37620.2514
Hunter Lab52.743248.5588-9.4006
CIE-Lab59.724353.2914-14.1058

#dc67aa color RGB value is (220,103,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100111 10101010
Octal 334 147 252
Decimal 220 103 170
Hex DC 67 AA

RGB Percentages of Color #dc67aa

%44.62
%20.89
%34.48

CMYK Percentages of Color #dc67aa

%0
%53
%23
%14

Triadic Colors of #dc67aa

#dc67aa #aadc67 #67aadc

Analogous Colors of #dc67aa

#dc67aa #dc6770 #d467dc

Monochromatic Colors of #dc67aa

#dc67aa

Complementary Color

#dc67aa #67dc99

#dc67aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc67aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc67aa Color CSS Codes

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

#dc67aa Text Font Color

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

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


#dc67aa Background Color

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

This div background color is #dc67aa


#dc67aa Border Color

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

This div border color is #dc67aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc67aa


Comments

No comments written yet.

Please login to write comment.