Color Hex Logo

#d884eb Color Hex

#D884EB
(216,132,235)
0 Favorites   0 Comments

Color spaces of #d884eb

RGB 216132235
HSL0.800.720.72
HSV289°44°92°
CMYK 0.080.440.00   0.08
XYZ51.565637.099683.0404
Yxy37.09960.30030.2161
Hunter Lab60.909444.5256-38.1959
CIE-Lab67.351748.5224-39.0188

#d884eb color RGB value is (216,132,235).

#d884eb hex color red value is 216, green value is 132 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d884eb hue: 0.80 , saturation: 0.72 and the lightness value of d884eb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000100 11101011
Octal 330 204 353
Decimal 216 132 235
Hex D8 84 EB

RGB Percentages of Color #d884eb

%37.05
%22.64
%40.31

CMYK Percentages of Color #d884eb

%8
%44
%0
%8

Triadic Colors of #d884eb

#d884eb #ebd884 #84ebd8

Analogous Colors of #d884eb

#d884eb #eb84cb #a584eb

Monochromatic Colors of #d884eb

#d884eb

Complementary Color

#d884eb #97eb84

#d884eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d884eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d884eb Color CSS Codes

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

#d884eb Text Font Color

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

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


#d884eb Background Color

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

This div background color is #d884eb


#d884eb Border Color

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

This div border color is #d884eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,132,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d884eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d884eb;
  -webkit-box-shadow: 1px 1px 3px 2px #d884eb;
  box-shadow:         1px 1px 3px 2px #d884eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,132,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d884eb


Comments

No comments written yet.

Please login to write comment.