Color Hex Logo

#d989ec Color Hex

#D989EC
(217,137,236)
0 Favorites   0 Comments

Color spaces of #d989ec

RGB 217137236
HSL0.800.720.73
HSV288°42°93°
CMYK 0.080.420.00   0.07
XYZ52.701338.699284.0489
Yxy38.69920.30040.2206
Hunter Lab62.208742.3546-36.5595
CIE-Lab68.532846.4034-37.7191

#d989ec color RGB value is (217,137,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001001 11101100
Octal 331 211 354
Decimal 217 137 236
Hex D9 89 EC

RGB Percentages of Color #d989ec

%36.78
%23.22
%40.00

CMYK Percentages of Color #d989ec

%8
%42
%0
%7

Triadic Colors of #d989ec

#d989ec #ecd989 #89ecd9

Analogous Colors of #d989ec

#d989ec #ec89ce #a889ec

Monochromatic Colors of #d989ec

#d989ec

Complementary Color

#d989ec #9cec89

#d989ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d989ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d989ec Color CSS Codes

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

#d989ec Text Font Color

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

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


#d989ec Background Color

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

This div background color is #d989ec


#d989ec Border Color

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

This div border color is #d989ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d989ec


Comments

No comments written yet.

Please login to write comment.