Color Hex Logo

#d9128f Color Hex

#D9128F
(217,18,143)
0 Favorites   0 Comments

Color spaces of #d9128f

RGB 21718143
HSL0.900.850.46
HSV322°92°85°
CMYK 0.000.920.34   0.15
XYZ33.789517.167527.5194
Yxy17.16750.43060.2188
Hunter Lab41.433773.0592-10.3756
CIE-Lab48.470476.3125-15.2953

#d9128f color RGB value is (217,18,143).

#d9128f hex color red value is 217, green value is 18 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #d9128f hue: 0.90 , saturation: 0.85 and the lightness value of d9128f is 0.46.

The process color (four color CMYK) of #d9128f color hex is 0.00, 0.92, 0.34, 0.15. Web safe color of #d9128f is #cc0099. Color #d9128f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010010 10001111
Octal 331 22 217
Decimal 217 18 143
Hex D9 12 8F

RGB Percentages of Color #d9128f

%57.41
%4.76
%37.83

CMYK Percentages of Color #d9128f

%0
%92
%34
%15

Triadic Colors of #d9128f

#d9128f #8fd912 #128fd9

Analogous Colors of #d9128f

#d9128f #d9122b #c012d9

Monochromatic Colors of #d9128f

#d9128f

Complementary Color

#d9128f #12d95c

#d9128f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9128f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9128f Color CSS Codes

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

#d9128f Text Font Color

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

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


#d9128f Background Color

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

This div background color is #d9128f


#d9128f Border Color

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

This div border color is #d9128f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9128f


Comments

No comments written yet.

Please login to write comment.