Color Hex Logo

#d489df Color Hex

#D489DF
(212,137,223)
0 Favorites   0 Comments

Color spaces of #d489df

RGB 212137223
HSL0.810.570.71
HSV292°39°87°
CMYK 0.050.390.00   0.13
XYZ49.416337.216174.3909
Yxy37.21610.30690.2311
Hunter Lab61.005037.8328-29.5961
CIE-Lab67.438842.4003-32.2902

#d489df color RGB value is (212,137,223).

#d489df hex color red value is 212, green value is 137 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d489df hue: 0.81 , saturation: 0.57 and the lightness value of d489df is 0.71.

The process color (four color CMYK) of #d489df color hex is 0.05, 0.39, 0.00, 0.13. Web safe color of #d489df is #cc99cc. Color #d489df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001001 11011111
Octal 324 211 337
Decimal 212 137 223
Hex D4 89 DF

RGB Percentages of Color #d489df

%37.06
%23.95
%38.99

CMYK Percentages of Color #d489df

%5
%39
%0
%13

Triadic Colors of #d489df

#d489df #dfd489 #89dfd4

Analogous Colors of #d489df

#d489df #df89bf #a989df

Monochromatic Colors of #d489df

#d489df

Complementary Color

#d489df #94df89

#d489df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d489df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d489df Color CSS Codes

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

#d489df Text Font Color

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

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


#d489df Background Color

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

This div background color is #d489df


#d489df Border Color

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

This div border color is #d489df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,137,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d489df


Comments

No comments written yet.

Please login to write comment.