Color Hex Logo

#d98382 Color Hex

#D98382
(217,131,130)
0 Favorites   0 Comments

Color spaces of #d98382

RGB 217131130
HSL0.000.530.68
HSV40°85°
CMYK 0.000.400.40   0.15
XYZ40.760832.596025.2624
Yxy32.59600.41330.3305
Hunter Lab57.092927.525413.7305
CIE-Lab63.832432.949714.7470

#d98382 color RGB value is (217,131,130).

#d98382 hex color red value is 217, green value is 131 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #d98382 hue: 0.00 , saturation: 0.53 and the lightness value of d98382 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000011 10000010
Octal 331 203 202
Decimal 217 131 130
Hex D9 83 82

RGB Percentages of Color #d98382

%45.40
%27.41
%27.20

CMYK Percentages of Color #d98382

%0
%40
%40
%15

Triadic Colors of #d98382

#d98382 #82d983 #8382d9

Analogous Colors of #d98382

#d98382 #d9af82 #d982ad

Monochromatic Colors of #d98382

#d98382

Complementary Color

#d98382 #82d8d9

#d98382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98382 Color CSS Codes

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

#d98382 Text Font Color

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

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


#d98382 Background Color

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

This div background color is #d98382


#d98382 Border Color

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

This div border color is #d98382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98382


Comments

No comments written yet.

Please login to write comment.