Color Hex Logo

#d886ef Color Hex

#D886EF
(216,134,239)
0 Favorites   0 Comments

Color spaces of #d886ef

RGB 216134239
HSL0.800.770.73
HSV287°44°94°
CMYK 0.100.440.00   0.06
XYZ52.424037.881186.2101
Yxy37.88110.29700.2146
Hunter Lab61.547644.3314-39.9645
CIE-Lab67.932948.2676-40.3127

#d886ef color RGB value is (216,134,239).

#d886ef hex color red value is 216, green value is 134 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d886ef hue: 0.80 , saturation: 0.77 and the lightness value of d886ef is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000110 11101111
Octal 330 206 357
Decimal 216 134 239
Hex D8 86 EF

RGB Percentages of Color #d886ef

%36.67
%22.75
%40.58

CMYK Percentages of Color #d886ef

%10
%44
%0
%6

Triadic Colors of #d886ef

#d886ef #efd886 #86efd8

Analogous Colors of #d886ef

#d886ef #ef86d2 #a486ef

Monochromatic Colors of #d886ef

#d886ef

Complementary Color

#d886ef #9def86

#d886ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d886ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d886ef Color CSS Codes

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

#d886ef Text Font Color

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

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


#d886ef Background Color

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

This div background color is #d886ef


#d886ef Border Color

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

This div border color is #d886ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d886ef


Comments

No comments written yet.

Please login to write comment.