Color Hex Logo

#d98792 Color Hex

#D98792
(217,135,146)
0 Favorites   0 Comments

Color spaces of #d98792

RGB 217135146
HSL0.980.520.69
HSV352°38°85°
CMYK 0.000.380.33   0.15
XYZ42.467634.155031.5484
Yxy34.15500.39260.3158
Hunter Lab58.442327.43468.9036
CIE-Lab65.085432.74007.4590

#d98792 color RGB value is (217,135,146).

#d98792 hex color red value is 217, green value is 135 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #d98792 hue: 0.98 , saturation: 0.52 and the lightness value of d98792 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000111 10010010
Octal 331 207 222
Decimal 217 135 146
Hex D9 87 92

RGB Percentages of Color #d98792

%43.57
%27.11
%29.32

CMYK Percentages of Color #d98792

%0
%38
%33
%15

Triadic Colors of #d98792

#d98792 #92d987 #8792d9

Analogous Colors of #d98792

#d98792 #d9a587 #d987bb

Monochromatic Colors of #d98792

#d98792

Complementary Color

#d98792 #87d9ce

#d98792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98792 Color CSS Codes

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

#d98792 Text Font Color

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

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


#d98792 Background Color

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

This div background color is #d98792


#d98792 Border Color

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

This div border color is #d98792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98792


Comments

No comments written yet.

Please login to write comment.