Color Hex Logo

#d96982 Color Hex

#D96982
(217,105,130)
0 Favorites   0 Comments

Color spaces of #d96982

RGB 217105130
HSL0.960.600.63
HSV347°52°85°
CMYK 0.000.520.40   0.15
XYZ37.696126.466624.2408
Yxy26.46660.42640.2994
Hunter Lab51.445740.76338.0750
CIE-Lab58.477346.33497.1935

#d96982 color RGB value is (217,105,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101001 10000010
Octal 331 151 202
Decimal 217 105 130
Hex D9 69 82

RGB Percentages of Color #d96982

%48.01
%23.23
%28.76

CMYK Percentages of Color #d96982

%0
%52
%40
%15

Triadic Colors of #d96982

#d96982 #82d969 #6982d9

Analogous Colors of #d96982

#d96982 #d98869 #d969ba

Monochromatic Colors of #d96982

#d96982

Complementary Color

#d96982 #69d9c0

#d96982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96982 Color CSS Codes

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

#d96982 Text Font Color

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

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


#d96982 Background Color

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

This div background color is #d96982


#d96982 Border Color

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

This div border color is #d96982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96982


Comments

No comments written yet.

Please login to write comment.