Color Hex Logo

#d96280 Color Hex

#D96280
(217,98,128)
0 Favorites   0 Comments

Color spaces of #d96280

RGB 21798128
HSL0.960.610.62
HSV345°55°85°
CMYK 0.000.550.41   0.15
XYZ36.879225.045623.3126
Yxy25.04560.43270.2938
Hunter Lab50.045643.95917.4130
CIE-Lab57.119849.51326.4203

#d96280 color RGB value is (217,98,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100010 10000000
Octal 331 142 200
Decimal 217 98 128
Hex D9 62 80

RGB Percentages of Color #d96280

%48.98
%22.12
%28.89

CMYK Percentages of Color #d96280

%0
%55
%41
%15

Triadic Colors of #d96280

#d96280 #80d962 #6280d9

Analogous Colors of #d96280

#d96280 #d98062 #d962bc

Monochromatic Colors of #d96280

#d96280

Complementary Color

#d96280 #62d9bb

#d96280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96280 Color CSS Codes

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

#d96280 Text Font Color

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

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


#d96280 Background Color

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

This div background color is #d96280


#d96280 Border Color

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

This div border color is #d96280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96280


Comments

No comments written yet.

Please login to write comment.