Color Hex Logo

#d981ef Color Hex

#D981EF
(217,129,239)
0 Favorites   0 Comments

Color spaces of #d981ef

RGB 217129239
HSL0.800.770.72
HSV288°46°94°
CMYK 0.090.460.00   0.06
XYZ52.045536.684285.9990
Yxy36.68420.29790.2099
Hunter Lab60.567547.3915-41.7879
CIE-Lab67.039451.1295-41.7020

#d981ef color RGB value is (217,129,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000001 11101111
Octal 331 201 357
Decimal 217 129 239
Hex D9 81 EF

RGB Percentages of Color #d981ef

%37.09
%22.05
%40.85

CMYK Percentages of Color #d981ef

%9
%46
%0
%6

Triadic Colors of #d981ef

#d981ef #efd981 #81efd9

Analogous Colors of #d981ef

#d981ef #ef81ce #a281ef

Monochromatic Colors of #d981ef

#d981ef

Complementary Color

#d981ef #97ef81

#d981ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d981ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d981ef Color CSS Codes

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

#d981ef Text Font Color

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

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


#d981ef Background Color

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

This div background color is #d981ef


#d981ef Border Color

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

This div border color is #d981ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d981ef


Comments

No comments written yet.

Please login to write comment.