Color Hex Logo

#d289df Color Hex

#D289DF
(210,137,223)
0 Favorites   0 Comments

Color spaces of #d289df

RGB 210137223
HSL0.810.570.71
HSV291°39°87°
CMYK 0.060.390.00   0.13
XYZ48.843336.920774.3641
Yxy36.92070.30500.2306
Hunter Lab60.762437.1514-30.0284
CIE-Lab67.217541.7944-32.6506

#d289df color RGB value is (210,137,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001001 11011111
Octal 322 211 337
Decimal 210 137 223
Hex D2 89 DF

RGB Percentages of Color #d289df

%36.84
%24.04
%39.12

CMYK Percentages of Color #d289df

%6
%39
%0
%13

Triadic Colors of #d289df

#d289df #dfd289 #89dfd2

Analogous Colors of #d289df

#d289df #df89c1 #a789df

Monochromatic Colors of #d289df

#d289df

Complementary Color

#d289df #96df89

#d289df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d289df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d289df Color CSS Codes

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

#d289df Text Font Color

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

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


#d289df Background Color

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

This div background color is #d289df


#d289df Border Color

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

This div border color is #d289df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d289df


Comments

No comments written yet.

Please login to write comment.