Color Hex Logo

#d38ebc Color Hex

#D38EBC
(211,142,188)
0 Favorites   0 Comments

Color spaces of #d38ebc

RGB 211142188
HSL0.890.440.69
HSV320°33°83°
CMYK 0.000.330.11   0.17
XYZ45.614136.825752.2809
Yxy36.82570.33860.2733
Hunter Lab60.684227.9747-8.6009
CIE-Lab67.146133.0744-13.2565

#d38ebc color RGB value is (211,142,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001110 10111100
Octal 323 216 274
Decimal 211 142 188
Hex D3 8E BC

RGB Percentages of Color #d38ebc

%39.00
%26.25
%34.75

CMYK Percentages of Color #d38ebc

%0
%33
%11
%17

Triadic Colors of #d38ebc

#d38ebc #bcd38e #8ebcd3

Analogous Colors of #d38ebc

#d38ebc #d38e9a #c88ed3

Monochromatic Colors of #d38ebc

#d38ebc

Complementary Color

#d38ebc #8ed3a5

#d38ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38ebc Color CSS Codes

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

#d38ebc Text Font Color

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

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


#d38ebc Background Color

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

This div background color is #d38ebc


#d38ebc Border Color

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

This div border color is #d38ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38ebc


Comments

No comments written yet.

Please login to write comment.