Color Hex Logo

#d38399 Color Hex

#D38399
(211,131,153)
0 Favorites   0 Comments

Color spaces of #d38399

RGB 211131153
HSL0.950.480.67
HSV344°38°83°
CMYK 0.000.380.27   0.17
XYZ40.730032.381434.2405
Yxy32.38140.37940.3016
Hunter Lab56.904728.17984.1575
CIE-Lab63.656933.61151.3339

#d38399 color RGB value is (211,131,153).

#d38399 hex color red value is 211, green value is 131 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #d38399 hue: 0.95 , saturation: 0.48 and the lightness value of d38399 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000011 10011001
Octal 323 203 231
Decimal 211 131 153
Hex D3 83 99

RGB Percentages of Color #d38399

%42.63
%26.46
%30.91

CMYK Percentages of Color #d38399

%0
%38
%27
%17

Triadic Colors of #d38399

#d38399 #99d383 #8399d3

Analogous Colors of #d38399

#d38399 #d39583 #d383c1

Monochromatic Colors of #d38399

#d38399

Complementary Color

#d38399 #83d3bd

#d38399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38399 Color CSS Codes

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

#d38399 Text Font Color

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

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


#d38399 Background Color

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

This div background color is #d38399


#d38399 Border Color

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

This div border color is #d38399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38399


Comments

No comments written yet.

Please login to write comment.