Color Hex Logo

#d7028d Color Hex

#D7028D
(215,2,141)
0 Favorites   0 Comments

Color spaces of #d7028d

RGB 2152141
HSL0.890.980.43
HSV321°99°84°
CMYK 0.000.990.34   0.16
XYZ32.853816.413626.6359
Yxy16.41360.43280.2162
Hunter Lab40.513773.8521-10.6209
CIE-Lab47.512577.1411-15.5789

#d7028d color RGB value is (215,2,141).

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

The process color (four color CMYK) of #d7028d color hex is 0.00, 0.99, 0.34, 0.16. Web safe color of #d7028d is #cc0099. Color #d7028d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000010 10001101
Octal 327 2 215
Decimal 215 2 141
Hex D7 2 8D

RGB Percentages of Color #d7028d

%60.06
%0.56
%39.39

CMYK Percentages of Color #d7028d

%0
%99
%34
%16

Triadic Colors of #d7028d

#d7028d #8dd702 #028dd7

Analogous Colors of #d7028d

#d7028d #d70222 #b702d7

Monochromatic Colors of #d7028d

#d7028d

Complementary Color

#d7028d #02d74c

#d7028d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7028d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7028d Color CSS Codes

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

#d7028d Text Font Color

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

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


#d7028d Background Color

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

This div background color is #d7028d


#d7028d Border Color

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

This div border color is #d7028d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7028d


Comments

No comments written yet.

Please login to write comment.