Color Hex Logo

#d99287 Color Hex

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

Color spaces of #d99287

RGB 217146135
HSL0.020.520.69
HSV38°85°
CMYK 0.000.330.38   0.15
XYZ43.267337.058827.7943
Yxy37.05880.40020.3428
Hunter Lab60.875920.335215.5430
CIE-Lab67.321125.487816.7862

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

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

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

Base Numbers

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

RGB Percentages of Color #d99287

%43.57
%29.32
%27.11

CMYK Percentages of Color #d99287

%0
%33
%38
%15

Triadic Colors of #d99287

#d99287 #87d992 #9287d9

Analogous Colors of #d99287

#d99287 #d9bb87 #d987a5

Monochromatic Colors of #d99287

#d99287

Complementary Color

#d99287 #87ced9

#d99287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99287 Color CSS Codes

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

#d99287 Text Font Color

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

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


#d99287 Background Color

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

This div background color is #d99287


#d99287 Border Color

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

This div border color is #d99287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99287


Comments

No comments written yet.

Please login to write comment.