Color Hex Logo

#d881ef Color Hex

#D881EF
(216,129,239)
0 Favorites   0 Comments

Color spaces of #d881ef

RGB 216129239
HSL0.800.770.72
HSV287°46°94°
CMYK 0.100.460.00   0.06
XYZ51.749136.531485.9851
Yxy36.53140.29700.2096
Hunter Lab60.441247.0576-42.0385
CIE-Lab66.924050.8491-41.8911

#d881ef color RGB value is (216,129,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000001 11101111
Octal 330 201 357
Decimal 216 129 239
Hex D8 81 EF

RGB Percentages of Color #d881ef

%36.99
%22.09
%40.92

CMYK Percentages of Color #d881ef

%10
%46
%0
%6

Triadic Colors of #d881ef

#d881ef #efd881 #81efd8

Analogous Colors of #d881ef

#d881ef #ef81cf #a181ef

Monochromatic Colors of #d881ef

#d881ef

Complementary Color

#d881ef #98ef81

#d881ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d881ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d881ef Color CSS Codes

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

#d881ef Text Font Color

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

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


#d881ef Background Color

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

This div background color is #d881ef


#d881ef Border Color

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

This div border color is #d881ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,129,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 #d881ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d881ef


Comments

No comments written yet.

Please login to write comment.