Color Hex Logo

#dc8abc Color Hex

#DC8ABC
(220,138,188)
0 Favorites   0 Comments

Color spaces of #dc8abc

RGB 220138188
HSL0.900.540.70
HSV323°37°86°
CMYK 0.000.370.15   0.14
XYZ47.680837.023452.2101
Yxy37.02340.34830.2704
Hunter Lab60.846933.3941-8.2814
CIE-Lab67.294638.2593-12.9297

#dc8abc color RGB value is (220,138,188).

#dc8abc hex color red value is 220, green value is 138 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dc8abc hue: 0.90 , saturation: 0.54 and the lightness value of dc8abc is 0.70.

The process color (four color CMYK) of #dc8abc color hex is 0.00, 0.37, 0.15, 0.14. Web safe color of #dc8abc is #cc99cc. Color #dc8abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001010 10111100
Octal 334 212 274
Decimal 220 138 188
Hex DC 8A BC

RGB Percentages of Color #dc8abc

%40.29
%25.27
%34.43

CMYK Percentages of Color #dc8abc

%0
%37
%15
%14

Triadic Colors of #dc8abc

#dc8abc #bcdc8a #8abcdc

Analogous Colors of #dc8abc

#dc8abc #dc8a93 #d38adc

Monochromatic Colors of #dc8abc

#dc8abc

Complementary Color

#dc8abc #8adcaa

#dc8abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8abc Color CSS Codes

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

#dc8abc Text Font Color

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

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


#dc8abc Background Color

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

This div background color is #dc8abc


#dc8abc Border Color

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

This div border color is #dc8abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8abc


Comments

No comments written yet.

Please login to write comment.