Color Hex Logo

#d38bcb Color Hex

#D38BCB
(211,139,203)
0 Favorites   0 Comments

Color spaces of #d38bcb

RGB 211139203
HSL0.850.450.69
HSV307°34°83°
CMYK 0.000.340.04   0.17
XYZ46.876136.625961.0988
Yxy36.62590.32420.2533
Hunter Lab60.519332.3508-17.4942
CIE-Lab66.995437.3011-21.8678

#d38bcb color RGB value is (211,139,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001011 11001011
Octal 323 213 313
Decimal 211 139 203
Hex D3 8B CB

RGB Percentages of Color #d38bcb

%38.16
%25.14
%36.71

CMYK Percentages of Color #d38bcb

%0
%34
%4
%17

Triadic Colors of #d38bcb

#d38bcb #cbd38b #8bcbd3

Analogous Colors of #d38bcb

#d38bcb #d38ba7 #b78bd3

Monochromatic Colors of #d38bcb

#d38bcb

Complementary Color

#d38bcb #8bd393

#d38bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38bcb Color CSS Codes

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

#d38bcb Text Font Color

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

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


#d38bcb Background Color

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

This div background color is #d38bcb


#d38bcb Border Color

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

This div border color is #d38bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38bcb


Comments

No comments written yet.

Please login to write comment.