Color Hex Logo

#d1028e Color Hex

#D1028E
(209,2,142)
0 Favorites   0 Comments

Color spaces of #d1028e

RGB 2092142
HSL0.890.980.41
HSV319°99°82°
CMYK 0.000.990.32   0.18
XYZ31.198715.551726.9486
Yxy15.55170.42330.2110
Hunter Lab39.435672.2042-12.9113
CIE-Lab46.380876.0250-18.0178

#d1028e color RGB value is (209,2,142).

#d1028e hex color red value is 209, green value is 2 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #d1028e hue: 0.89 , saturation: 0.98 and the lightness value of d1028e is 0.41.

The process color (four color CMYK) of #d1028e color hex is 0.00, 0.99, 0.32, 0.18. Web safe color of #d1028e is #cc0099. Color #d1028e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000010 10001110
Octal 321 2 216
Decimal 209 2 142
Hex D1 2 8E

RGB Percentages of Color #d1028e

%59.21
%0.57
%40.23

CMYK Percentages of Color #d1028e

%0
%99
%32
%18

Triadic Colors of #d1028e

#d1028e #8ed102 #028ed1

Analogous Colors of #d1028e

#d1028e #d10226 #ad02d1

Monochromatic Colors of #d1028e

#d1028e

Complementary Color

#d1028e #02d145

#d1028e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1028e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1028e Color CSS Codes

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

#d1028e Text Font Color

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

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


#d1028e Background Color

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

This div background color is #d1028e


#d1028e Border Color

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

This div border color is #d1028e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1028e


Comments

No comments written yet.

Please login to write comment.