Color Hex Logo

#d7029e Color Hex

#D7029E
(215,2,158)
0 Favorites   0 Comments

Color spaces of #d7029e

RGB 2152158
HSL0.880.980.43
HSV316°99°84°
CMYK 0.000.990.27   0.16
XYZ34.217616.959133.8177
Yxy16.95910.40260.1995
Hunter Lab41.181476.2479-19.8612
CIE-Lab48.208578.9311-24.7392

#d7029e color RGB value is (215,2,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000010 10011110
Octal 327 2 236
Decimal 215 2 158
Hex D7 2 9E

RGB Percentages of Color #d7029e

%57.33
%0.53
%42.13

CMYK Percentages of Color #d7029e

%0
%99
%27
%16

Triadic Colors of #d7029e

#d7029e #9ed702 #029ed7

Analogous Colors of #d7029e

#d7029e #d70233 #a602d7

Monochromatic Colors of #d7029e

#d7029e

Complementary Color

#d7029e #02d73b

#d7029e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7029e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7029e Color CSS Codes

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

#d7029e Text Font Color

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

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


#d7029e Background Color

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

This div background color is #d7029e


#d7029e Border Color

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

This div border color is #d7029e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7029e


Comments

No comments written yet.

Please login to write comment.