Color Hex Logo

#d38993 Color Hex

#D38993
(211,137,147)
0 Favorites   0 Comments

Color spaces of #d38993

RGB 211137147
HSL0.980.460.68
HSV352°35°83°
CMYK 0.000.350.30   0.17
XYZ41.076133.846831.9719
Yxy33.84680.38430.3166
Hunter Lab58.178024.21708.1416
CIE-Lab64.840829.57316.4477

#d38993 color RGB value is (211,137,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001001 10010011
Octal 323 211 223
Decimal 211 137 147
Hex D3 89 93

RGB Percentages of Color #d38993

%42.63
%27.68
%29.70

CMYK Percentages of Color #d38993

%0
%35
%30
%17

Triadic Colors of #d38993

#d38993 #93d389 #8993d3

Analogous Colors of #d38993

#d38993 #d3a489 #d389b8

Monochromatic Colors of #d38993

#d38993

Complementary Color

#d38993 #89d3c9

#d38993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38993 Color CSS Codes

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

#d38993 Text Font Color

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

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


#d38993 Background Color

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

This div background color is #d38993


#d38993 Border Color

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

This div border color is #d38993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38993


Comments

No comments written yet.

Please login to write comment.