Color Hex Logo

#dc94ab Color Hex

#DC94AB
(220,148,171)
0 Favorites   0 Comments

Color spaces of #dc94ab

RGB 220148171
HSL0.950.510.72
HSV341°33°86°
CMYK 0.000.330.22   0.14
XYZ47.455839.335743.6194
Yxy39.33570.36390.3016
Hunter Lab62.718225.30552.6676
CIE-Lab68.993730.3094-0.8949

#dc94ab color RGB value is (220,148,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010100 10101011
Octal 334 224 253
Decimal 220 148 171
Hex DC 94 AB

RGB Percentages of Color #dc94ab

%40.82
%27.46
%31.73

CMYK Percentages of Color #dc94ab

%0
%33
%22
%14

Triadic Colors of #dc94ab

#dc94ab #abdc94 #94abdc

Analogous Colors of #dc94ab

#dc94ab #dca194 #dc94cf

Monochromatic Colors of #dc94ab

#dc94ab

Complementary Color

#dc94ab #94dcc5

#dc94ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc94ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc94ab Color CSS Codes

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

#dc94ab Text Font Color

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

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


#dc94ab Background Color

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

This div background color is #dc94ab


#dc94ab Border Color

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

This div border color is #dc94ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc94ab


Comments

No comments written yet.

Please login to write comment.