Color Hex Logo

#d9339e Color Hex

#D9339E
(217,51,158)
0 Favorites   0 Comments

Color spaces of #d9339e

RGB 21751158
HSL0.890.690.53
HSV321°76°85°
CMYK 0.000.760.27   0.15
XYZ35.970719.588034.2327
Yxy19.58800.40060.2182
Hunter Lab44.258367.6227-14.8785
CIE-Lab51.368271.2853-19.8432

#d9339e color RGB value is (217,51,158).

#d9339e hex color red value is 217, green value is 51 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d9339e hue: 0.89 , saturation: 0.69 and the lightness value of d9339e is 0.53.

The process color (four color CMYK) of #d9339e color hex is 0.00, 0.76, 0.27, 0.15. Web safe color of #d9339e is #cc3399. Color #d9339e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110011 10011110
Octal 331 63 236
Decimal 217 51 158
Hex D9 33 9E

RGB Percentages of Color #d9339e

%50.94
%11.97
%37.09

CMYK Percentages of Color #d9339e

%0
%76
%27
%15

Triadic Colors of #d9339e

#d9339e #9ed933 #339ed9

Analogous Colors of #d9339e

#d9339e #d9334b #c133d9

Monochromatic Colors of #d9339e

#d9339e

Complementary Color

#d9339e #33d96e

#d9339e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9339e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9339e Color CSS Codes

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

#d9339e Text Font Color

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

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


#d9339e Background Color

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

This div background color is #d9339e


#d9339e Border Color

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

This div border color is #d9339e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9339e


Comments

No comments written yet.

Please login to write comment.