Color Hex Logo

#d38cce Color Hex

#D38CCE
(211,140,206)
0 Favorites   0 Comments

Color spaces of #d38cce

RGB 211140206
HSL0.850.450.69
HSV304°34°83°
CMYK 0.000.340.02   0.17
XYZ47.382637.061363.0487
Yxy37.06130.32130.2513
Hunter Lab60.878032.3938-18.7895
CIE-Lab67.323037.3068-23.0396

#d38cce color RGB value is (211,140,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001100 11001110
Octal 323 214 316
Decimal 211 140 206
Hex D3 8C CE

RGB Percentages of Color #d38cce

%37.88
%25.13
%36.98

CMYK Percentages of Color #d38cce

%0
%34
%2
%17

Triadic Colors of #d38cce

#d38cce #ced38c #8cced3

Analogous Colors of #d38cce

#d38cce #d38cab #b58cd3

Monochromatic Colors of #d38cce

#d38cce

Complementary Color

#d38cce #8cd391

#d38cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38cce Color CSS Codes

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

#d38cce Text Font Color

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

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


#d38cce Background Color

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

This div background color is #d38cce


#d38cce Border Color

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

This div border color is #d38cce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,140,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 #d38cce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38cce


Comments

No comments written yet.

Please login to write comment.