Color Hex Logo

#d38ace Color Hex

#D38ACE
(211,138,206)
0 Favorites   0 Comments

Color spaces of #d38ace

RGB 211138206
HSL0.840.450.68
HSV304°35°83°
CMYK 0.000.350.02   0.17
XYZ47.093036.482162.9522
Yxy36.48210.32140.2490
Hunter Lab60.400433.4722-19.5146
CIE-Lab66.886738.3783-23.7068

#d38ace color RGB value is (211,138,206).

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

The process color (four color CMYK) of #d38ace color hex is 0.00, 0.35, 0.02, 0.17. Web safe color of #d38ace is #cc99cc. Color #d38ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001010 11001110
Octal 323 212 316
Decimal 211 138 206
Hex D3 8A CE

RGB Percentages of Color #d38ace

%38.02
%24.86
%37.12

CMYK Percentages of Color #d38ace

%0
%35
%2
%17

Triadic Colors of #d38ace

#d38ace #ced38a #8aced3

Analogous Colors of #d38ace

#d38ace #d38aaa #b48ad3

Monochromatic Colors of #d38ace

#d38ace

Complementary Color

#d38ace #8ad38f

#d38ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38ace Color CSS Codes

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

#d38ace Text Font Color

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

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


#d38ace Background Color

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

This div background color is #d38ace


#d38ace Border Color

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

This div border color is #d38ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38ace


Comments

No comments written yet.

Please login to write comment.