Color Hex Logo

#d981be Color Hex

#D981BE
(217,129,190)
0 Favorites   0 Comments

Color spaces of #d981be

RGB 217129190
HSL0.880.540.68
HSV318°41°85°
CMYK 0.000.410.12   0.15
XYZ45.759834.169952.8988
Yxy34.16990.34450.2572
Hunter Lab58.455037.4372-12.7359
CIE-Lab65.097242.3220-17.4035

#d981be color RGB value is (217,129,190).

#d981be hex color red value is 217, green value is 129 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d981be hue: 0.88 , saturation: 0.54 and the lightness value of d981be is 0.68.

The process color (four color CMYK) of #d981be color hex is 0.00, 0.41, 0.12, 0.15. Web safe color of #d981be is #cc99cc. Color #d981be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000001 10111110
Octal 331 201 276
Decimal 217 129 190
Hex D9 81 BE

RGB Percentages of Color #d981be

%40.49
%24.07
%35.45

CMYK Percentages of Color #d981be

%0
%41
%12
%15

Triadic Colors of #d981be

#d981be #bed981 #81bed9

Analogous Colors of #d981be

#d981be #d98192 #c881d9

Monochromatic Colors of #d981be

#d981be

Complementary Color

#d981be #81d99c

#d981be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d981be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d981be Color CSS Codes

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

#d981be Text Font Color

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

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


#d981be Background Color

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

This div background color is #d981be


#d981be Border Color

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

This div border color is #d981be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,129,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d981be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d981be


Comments

No comments written yet.

Please login to write comment.