Color Hex Logo

#d981ee Color Hex

#D981EE
(217,129,238)
0 Favorites   0 Comments

Color spaces of #d981ee

RGB 217129238
HSL0.800.760.72
HSV288°46°93°
CMYK 0.090.460.00   0.07
XYZ51.898136.625385.2230
Yxy36.62530.29870.2108
Hunter Lab60.518847.1652-41.1294
CIE-Lab66.995050.9346-41.2209

#d981ee color RGB value is (217,129,238).

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

The process color (four color CMYK) of #d981ee color hex is 0.09, 0.46, 0.00, 0.07. Web safe color of #d981ee is #cc99ff. Color #d981ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000001 11101110
Octal 331 201 356
Decimal 217 129 238
Hex D9 81 EE

RGB Percentages of Color #d981ee

%37.16
%22.09
%40.75

CMYK Percentages of Color #d981ee

%9
%46
%0
%7

Triadic Colors of #d981ee

#d981ee #eed981 #81eed9

Analogous Colors of #d981ee

#d981ee #ee81cd #a381ee

Monochromatic Colors of #d981ee

#d981ee

Complementary Color

#d981ee #96ee81

#d981ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d981ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d981ee Color CSS Codes

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

#d981ee Text Font Color

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

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


#d981ee Background Color

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

This div background color is #d981ee


#d981ee Border Color

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

This div border color is #d981ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,129,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d981ee


Comments

No comments written yet.

Please login to write comment.