Color Hex Logo

#d38995 Color Hex

#D38995
(211,137,149)
0 Favorites   0 Comments

Color spaces of #d38995

RGB 211137149
HSL0.970.460.68
HSV350°35°83°
CMYK 0.000.350.29   0.17
XYZ41.234433.910132.8058
Yxy33.91010.38200.3141
Hunter Lab58.232424.48937.3610
CIE-Lab64.891229.84105.3887

#d38995 color RGB value is (211,137,149).

#d38995 hex color red value is 211, green value is 137 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #d38995 hue: 0.97 , saturation: 0.46 and the lightness value of d38995 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001001 10010101
Octal 323 211 225
Decimal 211 137 149
Hex D3 89 95

RGB Percentages of Color #d38995

%42.45
%27.57
%29.98

CMYK Percentages of Color #d38995

%0
%35
%29
%17

Triadic Colors of #d38995

#d38995 #95d389 #8995d3

Analogous Colors of #d38995

#d38995 #d3a289 #d389ba

Monochromatic Colors of #d38995

#d38995

Complementary Color

#d38995 #89d3c7

#d38995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38995 Color CSS Codes

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

#d38995 Text Font Color

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

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


#d38995 Background Color

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

This div background color is #d38995


#d38995 Border Color

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

This div border color is #d38995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38995


Comments

No comments written yet.

Please login to write comment.