Color Hex Logo

#d38adb Color Hex

#D38ADB
(211,138,219)
0 Favorites   0 Comments

Color spaces of #d38adb

RGB 211138219
HSL0.820.530.70
HSV294°37°86°
CMYK 0.040.370.00   0.14
XYZ48.738637.140371.6178
Yxy37.14030.30950.2358
Hunter Lab60.942836.1041-27.0155
CIE-Lab67.382240.7983-30.1713

#d38adb color RGB value is (211,138,219).

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

The process color (four color CMYK) of #d38adb color hex is 0.04, 0.37, 0.00, 0.14. Web safe color of #d38adb is #cc99cc. Color #d38adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001010 11011011
Octal 323 212 333
Decimal 211 138 219
Hex D3 8A DB

RGB Percentages of Color #d38adb

%37.15
%24.30
%38.56

CMYK Percentages of Color #d38adb

%4
%37
%0
%14

Triadic Colors of #d38adb

#d38adb #dbd38a #8adbd3

Analogous Colors of #d38adb

#d38adb #db8abb #ab8adb

Monochromatic Colors of #d38adb

#d38adb

Complementary Color

#d38adb #92db8a

#d38adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38adb Color CSS Codes

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

#d38adb Text Font Color

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

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


#d38adb Background Color

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

This div background color is #d38adb


#d38adb Border Color

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

This div border color is #d38adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38adb


Comments

No comments written yet.

Please login to write comment.