Color Hex Logo

#dc97ab Color Hex

#DC97AB
(220,151,171)
0 Favorites   0 Comments

Color spaces of #dc97ab

RGB 220151171
HSL0.950.500.73
HSV343°31°86°
CMYK 0.000.310.22   0.14
XYZ47.932540.289143.7783
Yxy40.28910.36310.3052
Hunter Lab63.473723.71633.5388
CIE-Lab69.674928.69690.1007

#dc97ab color RGB value is (220,151,171).

#dc97ab hex color red value is 220, green value is 151 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dc97ab hue: 0.95 , saturation: 0.50 and the lightness value of dc97ab is 0.73.

The process color (four color CMYK) of #dc97ab color hex is 0.00, 0.31, 0.22, 0.14. Web safe color of #dc97ab is #cc9999. Color #dc97ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010111 10101011
Octal 334 227 253
Decimal 220 151 171
Hex DC 97 AB

RGB Percentages of Color #dc97ab

%40.59
%27.86
%31.55

CMYK Percentages of Color #dc97ab

%0
%31
%22
%14

Triadic Colors of #dc97ab

#dc97ab #abdc97 #97abdc

Analogous Colors of #dc97ab

#dc97ab #dca697 #dc97ce

Monochromatic Colors of #dc97ab

#dc97ab

Complementary Color

#dc97ab #97dcc8

#dc97ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc97ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc97ab Color CSS Codes

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

#dc97ab Text Font Color

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

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


#dc97ab Background Color

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

This div background color is #dc97ab


#dc97ab Border Color

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

This div border color is #dc97ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc97ab


Comments

No comments written yet.

Please login to write comment.