Color Hex Logo

#d38489 Color Hex

#D38489
(211,132,137)
0 Favorites   0 Comments

Color spaces of #d38489

RGB 211132137
HSL0.990.470.67
HSV356°37°83°
CMYK 0.000.370.35   0.17
XYZ39.630632.157627.7852
Yxy32.15760.39800.3230
Hunter Lab56.707725.507710.6449
CIE-Lab63.472930.981710.1653

#d38489 color RGB value is (211,132,137).

#d38489 hex color red value is 211, green value is 132 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #d38489 hue: 0.99 , saturation: 0.47 and the lightness value of d38489 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000100 10001001
Octal 323 204 211
Decimal 211 132 137
Hex D3 84 89

RGB Percentages of Color #d38489

%43.96
%27.50
%28.54

CMYK Percentages of Color #d38489

%0
%37
%35
%17

Triadic Colors of #d38489

#d38489 #89d384 #8489d3

Analogous Colors of #d38489

#d38489 #d3a784 #d384b1

Monochromatic Colors of #d38489

#d38489

Complementary Color

#d38489 #84d3ce

#d38489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38489 Color CSS Codes

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

#d38489 Text Font Color

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

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


#d38489 Background Color

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

This div background color is #d38489


#d38489 Border Color

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

This div border color is #d38489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38489

#d38489 Color Palettes


Comments

No comments written yet.

Please login to write comment.