Color Hex Logo

#d38aac Color Hex

#D38AAC
(211,138,172)
0 Favorites   0 Comments

Color spaces of #d38aac

RGB 211138172
HSL0.920.450.68
HSV332°35°83°
CMYK 0.000.350.18   0.17
XYZ43.398835.004443.4989
Yxy35.00440.35600.2872
Hunter Lab59.164527.3968-2.1760
CIE-Lab65.752132.6401-6.3481

#d38aac color RGB value is (211,138,172).

#d38aac hex color red value is 211, green value is 138 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d38aac hue: 0.92 , saturation: 0.45 and the lightness value of d38aac is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001010 10101100
Octal 323 212 254
Decimal 211 138 172
Hex D3 8A AC

RGB Percentages of Color #d38aac

%40.50
%26.49
%33.01

CMYK Percentages of Color #d38aac

%0
%35
%18
%17

Triadic Colors of #d38aac

#d38aac #acd38a #8aacd3

Analogous Colors of #d38aac

#d38aac #d38d8a #d38ad1

Monochromatic Colors of #d38aac

#d38aac

Complementary Color

#d38aac #8ad3b1

#d38aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38aac Color CSS Codes

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

#d38aac Text Font Color

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

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


#d38aac Background Color

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

This div background color is #d38aac


#d38aac Border Color

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

This div border color is #d38aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38aac


Comments

No comments written yet.

Please login to write comment.