Color Hex Logo

#d39898 Color Hex

#D39898
(211,152,152)
1 Favorites   0 Comments

Color spaces of #d39898

RGB 211152152
HSL0.000.400.71
HSV28°83°
CMYK 0.000.280.28   0.17
XYZ43.759738.572434.8446
Yxy38.57240.37350.3292
Hunter Lab62.106717.082510.2104
CIE-Lab68.440422.11708.7861

#d39898 color RGB value is (211,152,152).

#d39898 hex color red value is 211, green value is 152 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #d39898 hue: 0.00 , saturation: 0.40 and the lightness value of d39898 is 0.71.

The process color (four color CMYK) of #d39898 color hex is 0.00, 0.28, 0.28, 0.17. Web safe color of #d39898 is #cc9999. Color #d39898 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011000 10011000
Octal 323 230 230
Decimal 211 152 152
Hex D3 98 98

RGB Percentages of Color #d39898

%40.97
%29.51
%29.51

CMYK Percentages of Color #d39898

%0
%28
%28
%17

Triadic Colors of #d39898

#d39898 #98d398 #9898d3

Analogous Colors of #d39898

#d39898 #d3b698 #d398b6

Monochromatic Colors of #d39898

#d39898

Complementary Color

#d39898 #98d3d3

#d39898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39898 Color CSS Codes

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

#d39898 Text Font Color

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

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


#d39898 Background Color

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

This div background color is #d39898


#d39898 Border Color

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

This div border color is #d39898


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,152,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d39898; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d39898;
  -webkit-box-shadow: 1px 1px 3px 2px #d39898;
  box-shadow:         1px 1px 3px 2px #d39898; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39898


Comments

No comments written yet.

Please login to write comment.