Color Hex Logo

#d38bda Color Hex

#D38BDA
(211,139,218)
0 Favorites   0 Comments

Color spaces of #d38bda

RGB 211139218
HSL0.820.520.70
HSV295°36°85°
CMYK 0.030.360.00   0.15
XYZ48.751537.376170.9745
Yxy37.37610.31030.2379
Hunter Lab61.136035.3527-26.0362
CIE-Lab67.558240.0746-29.3454

#d38bda color RGB value is (211,139,218).

#d38bda hex color red value is 211, green value is 139 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d38bda hue: 0.82 , saturation: 0.52 and the lightness value of d38bda is 0.70.

The process color (four color CMYK) of #d38bda color hex is 0.03, 0.36, 0.00, 0.15. Web safe color of #d38bda is #cc99cc. Color #d38bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001011 11011010
Octal 323 213 332
Decimal 211 139 218
Hex D3 8B DA

RGB Percentages of Color #d38bda

%37.15
%24.47
%38.38

CMYK Percentages of Color #d38bda

%3
%36
%0
%15

Triadic Colors of #d38bda

#d38bda #dad38b #8bdad3

Analogous Colors of #d38bda

#d38bda #da8bba #ac8bda

Monochromatic Colors of #d38bda

#d38bda

Complementary Color

#d38bda #92da8b

#d38bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38bda Color CSS Codes

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

#d38bda Text Font Color

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

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


#d38bda Background Color

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

This div background color is #d38bda


#d38bda Border Color

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

This div border color is #d38bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38bda


Comments

No comments written yet.

Please login to write comment.