Color Hex Logo

#d9229f Color Hex

#D9229F
(217,34,159)
0 Favorites   0 Comments

Color spaces of #d9229f

RGB 21734159
HSL0.890.730.49
HSV319°84°85°
CMYK 0.000.840.27   0.15
XYZ35.445318.399034.4841
Yxy18.39900.40130.2083
Hunter Lab42.894172.4380-17.6396
CIE-Lab49.976575.5142-22.5747

#d9229f color RGB value is (217,34,159).

#d9229f hex color red value is 217, green value is 34 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #d9229f hue: 0.89 , saturation: 0.73 and the lightness value of d9229f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100010 10011111
Octal 331 42 237
Decimal 217 34 159
Hex D9 22 9F

RGB Percentages of Color #d9229f

%52.93
%8.29
%38.78

CMYK Percentages of Color #d9229f

%0
%84
%27
%15

Triadic Colors of #d9229f

#d9229f #9fd922 #229fd9

Analogous Colors of #d9229f

#d9229f #d92243 #b822d9

Monochromatic Colors of #d9229f

#d9229f

Complementary Color

#d9229f #22d95c

#d9229f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9229f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9229f Color CSS Codes

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

#d9229f Text Font Color

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

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


#d9229f Background Color

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

This div background color is #d9229f


#d9229f Border Color

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

This div border color is #d9229f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9229f


Comments

No comments written yet.

Please login to write comment.