Color Hex Logo

#dc7abf Color Hex

#DC7ABF
(220,122,191)
0 Favorites   0 Comments

Color spaces of #dc7abf

RGB 220122191
HSL0.880.580.67
HSV318°45°86°
CMYK 0.000.450.13   0.14
XYZ45.878732.896353.2218
Yxy32.89630.34760.2492
Hunter Lab57.355342.4110-14.8684
CIE-Lab64.076947.0592-19.4821

#dc7abf color RGB value is (220,122,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111010 10111111
Octal 334 172 277
Decimal 220 122 191
Hex DC 7A BF

RGB Percentages of Color #dc7abf

%41.28
%22.89
%35.83

CMYK Percentages of Color #dc7abf

%0
%45
%13
%14

Triadic Colors of #dc7abf

#dc7abf #bfdc7a #7abfdc

Analogous Colors of #dc7abf

#dc7abf #dc7a8e #c87adc

Monochromatic Colors of #dc7abf

#dc7abf

Complementary Color

#dc7abf #7adc97

#dc7abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc7abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc7abf Color CSS Codes

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

#dc7abf Text Font Color

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

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


#dc7abf Background Color

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

This div background color is #dc7abf


#dc7abf Border Color

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

This div border color is #dc7abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc7abf


Comments

No comments written yet.

Please login to write comment.