Color Hex Logo

#d9289b Color Hex

#D9289B
(217,40,155)
0 Favorites   0 Comments

Color spaces of #d9289b

RGB 21740155
HSL0.890.700.50
HSV321°82°85°
CMYK 0.000.820.29   0.15
XYZ35.290518.635932.7474
Yxy18.63590.40720.2150
Hunter Lab43.169370.3757-14.7577
CIE-Lab50.258573.7742-19.7605

#d9289b color RGB value is (217,40,155).

#d9289b hex color red value is 217, green value is 40 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #d9289b hue: 0.89 , saturation: 0.70 and the lightness value of d9289b is 0.50.

The process color (four color CMYK) of #d9289b color hex is 0.00, 0.82, 0.29, 0.15. Web safe color of #d9289b is #cc3399. Color #d9289b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00101000 10011011
Octal 331 50 233
Decimal 217 40 155
Hex D9 28 9B

RGB Percentages of Color #d9289b

%52.67
%9.71
%37.62

CMYK Percentages of Color #d9289b

%0
%82
%29
%15

Triadic Colors of #d9289b

#d9289b #9bd928 #289bd9

Analogous Colors of #d9289b

#d9289b #d92842 #bf28d9

Monochromatic Colors of #d9289b

#d9289b

Complementary Color

#d9289b #28d966

#d9289b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9289b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9289b Color CSS Codes

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

#d9289b Text Font Color

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

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


#d9289b Background Color

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

This div background color is #d9289b


#d9289b Border Color

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

This div border color is #d9289b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,40,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9289b


Comments

No comments written yet.

Please login to write comment.