Color Hex Logo

#d38aa3 Color Hex

#D38AA3
(211,138,163)
0 Favorites   0 Comments

Color spaces of #d38aa3

RGB 211138163
HSL0.940.450.68
HSV339°35°83°
CMYK 0.000.350.23   0.17
XYZ42.563334.670239.0990
Yxy34.67020.36590.2980
Hunter Lab58.881425.98891.8467
CIE-Lab65.491131.2784-1.6541

#d38aa3 color RGB value is (211,138,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001010 10100011
Octal 323 212 243
Decimal 211 138 163
Hex D3 8A A3

RGB Percentages of Color #d38aa3

%41.21
%26.95
%31.84

CMYK Percentages of Color #d38aa3

%0
%35
%23
%17

Triadic Colors of #d38aa3

#d38aa3 #a3d38a #8aa3d3

Analogous Colors of #d38aa3

#d38aa3 #d3968a #d38ac8

Monochromatic Colors of #d38aa3

#d38aa3

Complementary Color

#d38aa3 #8ad3ba

#d38aa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38aa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38aa3 Color CSS Codes

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

#d38aa3 Text Font Color

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

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


#d38aa3 Background Color

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

This div background color is #d38aa3


#d38aa3 Border Color

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

This div border color is #d38aa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38aa3


Comments

No comments written yet.

Please login to write comment.