Color Hex Logo

#d289ba Color Hex

#D289BA
(210,137,186)
0 Favorites   0 Comments

Color spaces of #d289ba

RGB 210137186
HSL0.890.450.68
HSV320°35°82°
CMYK 0.000.350.11   0.18
XYZ44.386935.138150.8973
Yxy35.13810.34030.2694
Hunter Lab59.277429.9253-9.4139
CIE-Lab65.856035.0922-14.0867

#d289ba color RGB value is (210,137,186).

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

The process color (four color CMYK) of #d289ba color hex is 0.00, 0.35, 0.11, 0.18. Web safe color of #d289ba is #cc99cc. Color #d289ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001001 10111010
Octal 322 211 272
Decimal 210 137 186
Hex D2 89 BA

RGB Percentages of Color #d289ba

%39.40
%25.70
%34.90

CMYK Percentages of Color #d289ba

%0
%35
%11
%18

Triadic Colors of #d289ba

#d289ba #bad289 #89bad2

Analogous Colors of #d289ba

#d289ba #d28996 #c689d2

Monochromatic Colors of #d289ba

#d289ba

Complementary Color

#d289ba #89d2a1

#d289ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d289ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d289ba Color CSS Codes

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

#d289ba Text Font Color

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

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


#d289ba Background Color

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

This div background color is #d289ba


#d289ba Border Color

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

This div border color is #d289ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d289ba


Comments

No comments written yet.

Please login to write comment.