Color Hex Logo

#d38dcc Color Hex

#D38DCC
(211,141,204)
0 Favorites   0 Comments

Color spaces of #d38dcc

RGB 211141204
HSL0.850.440.69
HSV306°33°83°
CMYK 0.000.330.03   0.17
XYZ47.287937.258361.8260
Yxy37.25830.32310.2545
Hunter Lab61.039631.4663-17.3262
CIE-Lab67.470436.4073-21.7008

#d38dcc color RGB value is (211,141,204).

#d38dcc hex color red value is 211, green value is 141 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d38dcc hue: 0.85 , saturation: 0.44 and the lightness value of d38dcc is 0.69.

The process color (four color CMYK) of #d38dcc color hex is 0.00, 0.33, 0.03, 0.17. Web safe color of #d38dcc is #cc99cc. Color #d38dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001101 11001100
Octal 323 215 314
Decimal 211 141 204
Hex D3 8D CC

RGB Percentages of Color #d38dcc

%37.95
%25.36
%36.69

CMYK Percentages of Color #d38dcc

%0
%33
%3
%17

Triadic Colors of #d38dcc

#d38dcc #ccd38d #8dccd3

Analogous Colors of #d38dcc

#d38dcc #d38da9 #b78dd3

Monochromatic Colors of #d38dcc

#d38dcc

Complementary Color

#d38dcc #8dd394

#d38dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38dcc Color CSS Codes

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

#d38dcc Text Font Color

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

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


#d38dcc Background Color

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

This div background color is #d38dcc


#d38dcc Border Color

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

This div border color is #d38dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38dcc


Comments

No comments written yet.

Please login to write comment.