Color Hex Logo

#d38bca Color Hex

#D38BCA
(211,139,202)
0 Favorites   0 Comments

Color spaces of #d38bca

RGB 211139202
HSL0.850.450.69
HSV308°34°83°
CMYK 0.000.340.04   0.17
XYZ46.757336.578460.4731
Yxy36.57840.32510.2544
Hunter Lab60.480132.1587-16.9471
CIE-Lab66.959537.1218-21.3647

#d38bca color RGB value is (211,139,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001011 11001010
Octal 323 213 312
Decimal 211 139 202
Hex D3 8B CA

RGB Percentages of Color #d38bca

%38.22
%25.18
%36.59

CMYK Percentages of Color #d38bca

%0
%34
%4
%17

Triadic Colors of #d38bca

#d38bca #cad38b #8bcad3

Analogous Colors of #d38bca

#d38bca #d38ba6 #b88bd3

Monochromatic Colors of #d38bca

#d38bca

Complementary Color

#d38bca #8bd394

#d38bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38bca Color CSS Codes

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

#d38bca Text Font Color

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

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


#d38bca Background Color

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

This div background color is #d38bca


#d38bca Border Color

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

This div border color is #d38bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38bca


Comments

No comments written yet.

Please login to write comment.