Color Hex Logo

#d994ab Color Hex

#D994AB
(217,148,171)
0 Favorites   0 Comments

Color spaces of #d994ab

RGB 217148171
HSL0.940.480.72
HSV340°32°85°
CMYK 0.000.320.21   0.15
XYZ46.555938.871843.5773
Yxy38.87180.36090.3013
Hunter Lab62.347324.18172.2026
CIE-Lab68.658329.2320-1.4259

#d994ab color RGB value is (217,148,171).

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

The process color (four color CMYK) of #d994ab color hex is 0.00, 0.32, 0.21, 0.15. Web safe color of #d994ab is #cc9999. Color #d994ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010100 10101011
Octal 331 224 253
Decimal 217 148 171
Hex D9 94 AB

RGB Percentages of Color #d994ab

%40.49
%27.61
%31.90

CMYK Percentages of Color #d994ab

%0
%32
%21
%15

Triadic Colors of #d994ab

#d994ab #abd994 #94abd9

Analogous Colors of #d994ab

#d994ab #d9a094 #d994ce

Monochromatic Colors of #d994ab

#d994ab

Complementary Color

#d994ab #94d9c2

#d994ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d994ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d994ab Color CSS Codes

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

#d994ab Text Font Color

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

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


#d994ab Background Color

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

This div background color is #d994ab


#d994ab Border Color

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

This div border color is #d994ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d994ab


Comments

No comments written yet.

Please login to write comment.