Color Hex Logo

#d1058d Color Hex

#D1058D
(209,5,141)
0 Favorites   0 Comments

Color spaces of #d1058d

RGB 2095141
HSL0.890.950.42
HSV320°98°82°
CMYK 0.000.980.33   0.18
XYZ31.156515.586926.5658
Yxy15.58690.42500.2126
Hunter Lab39.480271.7758-12.2594
CIE-Lab46.427875.6667-17.3393

#d1058d color RGB value is (209,5,141).

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

The process color (four color CMYK) of #d1058d color hex is 0.00, 0.98, 0.33, 0.18. Web safe color of #d1058d is #cc0099. Color #d1058d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000101 10001101
Octal 321 5 215
Decimal 209 5 141
Hex D1 5 8D

RGB Percentages of Color #d1058d

%58.87
%1.41
%39.72

CMYK Percentages of Color #d1058d

%0
%98
%33
%18

Triadic Colors of #d1058d

#d1058d #8dd105 #058dd1

Analogous Colors of #d1058d

#d1058d #d10527 #af05d1

Monochromatic Colors of #d1058d

#d1058d

Complementary Color

#d1058d #05d149

#d1058d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1058d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1058d Color CSS Codes

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

#d1058d Text Font Color

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

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


#d1058d Background Color

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

This div background color is #d1058d


#d1058d Border Color

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

This div border color is #d1058d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,5,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1058d


Comments

No comments written yet.

Please login to write comment.