Color Hex Logo

#d391ab Color Hex

#D391AB
(211,145,171)
0 Favorites   0 Comments

Color spaces of #d391ab

RGB 211145171
HSL0.930.430.70
HSV336°31°83°
CMYK 0.000.310.19   0.17
XYZ44.340137.040043.3405
Yxy37.04000.35550.2970
Hunter Lab60.860523.54090.3802
CIE-Lab67.307028.7016-3.4882

#d391ab color RGB value is (211,145,171).

#d391ab hex color red value is 211, green value is 145 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d391ab hue: 0.93 , saturation: 0.43 and the lightness value of d391ab is 0.70.

The process color (four color CMYK) of #d391ab color hex is 0.00, 0.31, 0.19, 0.17. Web safe color of #d391ab is #cc9999. Color #d391ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010001 10101011
Octal 323 221 253
Decimal 211 145 171
Hex D3 91 AB

RGB Percentages of Color #d391ab

%40.04
%27.51
%32.45

CMYK Percentages of Color #d391ab

%0
%31
%19
%17

Triadic Colors of #d391ab

#d391ab #abd391 #91abd3

Analogous Colors of #d391ab

#d391ab #d39891 #d391cc

Monochromatic Colors of #d391ab

#d391ab

Complementary Color

#d391ab #91d3b9

#d391ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d391ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d391ab Color CSS Codes

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

#d391ab Text Font Color

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

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


#d391ab Background Color

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

This div background color is #d391ab


#d391ab Border Color

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

This div border color is #d391ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d391ab


Comments

No comments written yet.

Please login to write comment.