Color Hex Logo

#d38dfb Color Hex

#D38DFB
(211,141,251)
0 Favorites   0 Comments

Color spaces of #d38dfb

RGB 211141251
HSL0.770.930.77
HSV278°44°98°
CMYK 0.160.440.00   0.02
XYZ53.801439.863796.1256
Yxy39.86370.28350.2100
Hunter Lab63.137741.6138-46.0712
CIE-Lab69.372345.6233-44.6686

#d38dfb color RGB value is (211,141,251).

#d38dfb hex color red value is 211, green value is 141 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d38dfb hue: 0.77 , saturation: 0.93 and the lightness value of d38dfb is 0.77.

The process color (four color CMYK) of #d38dfb color hex is 0.16, 0.44, 0.00, 0.02. Web safe color of #d38dfb is #cc99ff. Color #d38dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001101 11111011
Octal 323 215 373
Decimal 211 141 251
Hex D3 8D FB

RGB Percentages of Color #d38dfb

%34.99
%23.38
%41.63

CMYK Percentages of Color #d38dfb

%16
%44
%0
%2

Triadic Colors of #d38dfb

#d38dfb #fbd38d #8dfbd3

Analogous Colors of #d38dfb

#d38dfb #fb8dec #9c8dfb

Monochromatic Colors of #d38dfb

#d38dfb

Complementary Color

#d38dfb #b5fb8d

#d38dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38dfb Color CSS Codes

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

#d38dfb Text Font Color

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

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


#d38dfb Background Color

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

This div background color is #d38dfb


#d38dfb Border Color

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

This div border color is #d38dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.