Color Hex Logo

#d884ff Color Hex

#D884FF
(216,132,255)
0 Favorites   0 Comments

Color spaces of #d884ff

RGB 216132255
HSL0.781.000.76
HSV281°48°100°
CMYK 0.150.480.00   0.00
XYZ54.620238.321599.1257
Yxy38.32150.28440.1995
Hunter Lab61.904449.1636-51.6063
CIE-Lab68.256952.5189-48.5674

#d884ff color RGB value is (216,132,255).

#d884ff hex color red value is 216, green value is 132 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d884ff hue: 0.78 , saturation: 1.00 and the lightness value of d884ff is 0.76.

The process color (four color CMYK) of #d884ff color hex is 0.15, 0.48, 0.00, 0.00. Web safe color of #d884ff is #cc99ff. Color #d884ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000100 11111111
Octal 330 204 377
Decimal 216 132 255
Hex D8 84 FF

RGB Percentages of Color #d884ff

%35.82
%21.89
%42.29

CMYK Percentages of Color #d884ff

%15
%48
%0
%0

Triadic Colors of #d884ff

#d884ff #ffd884 #84ffd8

Analogous Colors of #d884ff

#d884ff #ff84e9 #9b84ff

Monochromatic Colors of #d884ff

#d884ff

Complementary Color

#d884ff #abff84

#d884ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d884ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d884ff Color CSS Codes

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

#d884ff Text Font Color

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

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


#d884ff Background Color

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

This div background color is #d884ff


#d884ff Border Color

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

This div border color is #d884ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d884ff

Related Colors


Comments

No comments written yet.

Please login to write comment.