Color Hex Logo

#d981ec Color Hex

#D981EC
(217,129,236)
0 Favorites   0 Comments

Color spaces of #d981ec

RGB 217129236
HSL0.800.740.72
HSV289°45°93°
CMYK 0.080.450.00   0.07
XYZ51.605936.508483.6838
Yxy36.50840.30040.2125
Hunter Lab60.422246.7160-39.8202
CIE-Lab66.906650.5472-40.2569

#d981ec color RGB value is (217,129,236).

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

The process color (four color CMYK) of #d981ec color hex is 0.08, 0.45, 0.00, 0.07. Web safe color of #d981ec is #cc99ff. Color #d981ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000001 11101100
Octal 331 201 354
Decimal 217 129 236
Hex D9 81 EC

RGB Percentages of Color #d981ec

%37.29
%22.16
%40.55

CMYK Percentages of Color #d981ec

%8
%45
%0
%7

Triadic Colors of #d981ec

#d981ec #ecd981 #81ecd9

Analogous Colors of #d981ec

#d981ec #ec81ca #a481ec

Monochromatic Colors of #d981ec

#d981ec

Complementary Color

#d981ec #94ec81

#d981ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d981ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d981ec Color CSS Codes

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

#d981ec Text Font Color

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

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


#d981ec Background Color

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

This div background color is #d981ec


#d981ec Border Color

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

This div border color is #d981ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d981ec


Comments

No comments written yet.

Please login to write comment.