Color Hex Logo

#d96880 Color Hex

#D96880
(217,104,128)
0 Favorites   0 Comments

Color spaces of #d96880

RGB 217104128
HSL0.960.600.63
HSV347°52°85°
CMYK 0.000.520.41   0.15
XYZ37.461926.210923.5068
Yxy26.21090.42970.3007
Hunter Lab51.196641.01928.6147
CIE-Lab58.236746.60978.0146

#d96880 color RGB value is (217,104,128).

#d96880 hex color red value is 217, green value is 104 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #d96880 hue: 0.96 , saturation: 0.60 and the lightness value of d96880 is 0.63.

The process color (four color CMYK) of #d96880 color hex is 0.00, 0.52, 0.41, 0.15. Web safe color of #d96880 is #cc6699. Color #d96880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101000 10000000
Octal 331 150 200
Decimal 217 104 128
Hex D9 68 80

RGB Percentages of Color #d96880

%48.33
%23.16
%28.51

CMYK Percentages of Color #d96880

%0
%52
%41
%15

Triadic Colors of #d96880

#d96880 #80d968 #6880d9

Analogous Colors of #d96880

#d96880 #d98968 #d968b9

Monochromatic Colors of #d96880

#d96880

Complementary Color

#d96880 #68d9c1

#d96880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96880 Color CSS Codes

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

#d96880 Text Font Color

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

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


#d96880 Background Color

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

This div background color is #d96880


#d96880 Border Color

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

This div border color is #d96880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96880


Comments

No comments written yet.

Please login to write comment.