Color Hex Logo

#d980be Color Hex

#D980BE
(217,128,190)
0 Favorites   0 Comments

Color spaces of #d980be

RGB 217128190
HSL0.880.540.68
HSV318°41°85°
CMYK 0.000.410.12   0.15
XYZ45.628733.907852.8552
Yxy33.90780.34460.2561
Hunter Lab58.230437.9674-13.0557
CIE-Lab64.889342.8435-17.7188

#d980be color RGB value is (217,128,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000000 10111110
Octal 331 200 276
Decimal 217 128 190
Hex D9 80 BE

RGB Percentages of Color #d980be

%40.56
%23.93
%35.51

CMYK Percentages of Color #d980be

%0
%41
%12
%15

Triadic Colors of #d980be

#d980be #bed980 #80bed9

Analogous Colors of #d980be

#d980be #d98092 #c880d9

Monochromatic Colors of #d980be

#d980be

Complementary Color

#d980be #80d99b

#d980be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d980be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d980be Color CSS Codes

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

#d980be Text Font Color

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

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


#d980be Background Color

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

This div background color is #d980be


#d980be Border Color

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

This div border color is #d980be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d980be


Comments

No comments written yet.

Please login to write comment.