Color Hex Logo

#d980ba Color Hex

#D980BA
(217,128,186)
0 Favorites   0 Comments

Color spaces of #d980ba

RGB 217128186
HSL0.890.540.68
HSV321°41°85°
CMYK 0.000.410.14   0.15
XYZ45.197433.735250.5838
Yxy33.73520.34900.2605
Hunter Lab58.082037.2590-10.9784
CIE-Lab64.751842.1986-15.6712

#d980ba color RGB value is (217,128,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000000 10111010
Octal 331 200 272
Decimal 217 128 186
Hex D9 80 BA

RGB Percentages of Color #d980ba

%40.87
%24.11
%35.03

CMYK Percentages of Color #d980ba

%0
%41
%14
%15

Triadic Colors of #d980ba

#d980ba #bad980 #80bad9

Analogous Colors of #d980ba

#d980ba #d9808e #cc80d9

Monochromatic Colors of #d980ba

#d980ba

Complementary Color

#d980ba #80d99f

#d980ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d980ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d980ba Color CSS Codes

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

#d980ba Text Font Color

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

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


#d980ba Background Color

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

This div background color is #d980ba


#d980ba Border Color

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

This div border color is #d980ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d980ba


Comments

No comments written yet.

Please login to write comment.