Color Hex Logo

#d9058f Color Hex

#D9058F
(217,5,143)
0 Favorites   0 Comments

Color spaces of #d9058f

RGB 2175143
HSL0.890.950.44
HSV321°98°85°
CMYK 0.000.980.34   0.15
XYZ33.627516.843427.4653
Yxy16.84340.43150.2161
Hunter Lab41.040774.4362-10.9496
CIE-Lab48.062177.5053-15.9164

#d9058f color RGB value is (217,5,143).

#d9058f hex color red value is 217, green value is 5 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #d9058f hue: 0.89 , saturation: 0.95 and the lightness value of d9058f is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000101 10001111
Octal 331 5 217
Decimal 217 5 143
Hex D9 5 8F

RGB Percentages of Color #d9058f

%59.45
%1.37
%39.18

CMYK Percentages of Color #d9058f

%0
%98
%34
%15

Triadic Colors of #d9058f

#d9058f #8fd905 #058fd9

Analogous Colors of #d9058f

#d9058f #d90525 #b905d9

Monochromatic Colors of #d9058f

#d9058f

Complementary Color

#d9058f #05d94f

#d9058f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9058f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9058f Color CSS Codes

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

#d9058f Text Font Color

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

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


#d9058f Background Color

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

This div background color is #d9058f


#d9058f Border Color

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

This div border color is #d9058f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,5,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 #d9058f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9058f


Comments

No comments written yet.

Please login to write comment.