Color Hex Logo

#d781ab Color Hex

#D781AB
(215,129,171)
0 Favorites   0 Comments

Color spaces of #d781ab

RGB 215129171
HSL0.920.520.67
HSV331°40°84°
CMYK 0.000.400.20   0.16
XYZ43.225333.087942.6365
Yxy33.08790.36340.2782
Hunter Lab57.522133.4712-3.6815
CIE-Lab64.232038.6784-7.9890

#d781ab color RGB value is (215,129,171).

#d781ab hex color red value is 215, green value is 129 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d781ab hue: 0.92 , saturation: 0.52 and the lightness value of d781ab is 0.67.

The process color (four color CMYK) of #d781ab color hex is 0.00, 0.40, 0.20, 0.16. Web safe color of #d781ab is #cc9999. Color #d781ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000001 10101011
Octal 327 201 253
Decimal 215 129 171
Hex D7 81 AB

RGB Percentages of Color #d781ab

%41.75
%25.05
%33.20

CMYK Percentages of Color #d781ab

%0
%40
%20
%16

Triadic Colors of #d781ab

#d781ab #abd781 #81abd7

Analogous Colors of #d781ab

#d781ab #d78281 #d781d6

Monochromatic Colors of #d781ab

#d781ab

Complementary Color

#d781ab #81d7ad

#d781ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d781ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d781ab Color CSS Codes

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

#d781ab Text Font Color

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

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


#d781ab Background Color

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

This div background color is #d781ab


#d781ab Border Color

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

This div border color is #d781ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d781ab


Comments

No comments written yet.

Please login to write comment.