Color Hex Logo

#d289ab Color Hex

#D289AB
(210,137,171)
0 Favorites   0 Comments

Color spaces of #d289ab

RGB 210137171
HSL0.920.450.68
HSV332°35°82°
CMYK 0.000.350.19   0.18
XYZ42.874734.533242.9339
Yxy34.53320.35630.2870
Hunter Lab58.765027.3943-2.1820
CIE-Lab65.383632.6723-6.3429

#d289ab color RGB value is (210,137,171).

#d289ab hex color red value is 210, green value is 137 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d289ab hue: 0.92 , saturation: 0.45 and the lightness value of d289ab is 0.68.

The process color (four color CMYK) of #d289ab color hex is 0.00, 0.35, 0.19, 0.18. Web safe color of #d289ab is #cc9999. Color #d289ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001001 10101011
Octal 322 211 253
Decimal 210 137 171
Hex D2 89 AB

RGB Percentages of Color #d289ab

%40.54
%26.45
%33.01

CMYK Percentages of Color #d289ab

%0
%35
%19
%18

Triadic Colors of #d289ab

#d289ab #abd289 #89abd2

Analogous Colors of #d289ab

#d289ab #d28c89 #d289d0

Monochromatic Colors of #d289ab

#d289ab

Complementary Color

#d289ab #89d2b0

#d289ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d289ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d289ab Color CSS Codes

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

#d289ab Text Font Color

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

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


#d289ab Background Color

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

This div background color is #d289ab


#d289ab Border Color

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

This div border color is #d289ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d289ab


Comments

No comments written yet.

Please login to write comment.