Color Hex Logo

#d7059e Color Hex

#D7059E
(215,5,158)
0 Favorites   0 Comments

Color spaces of #d7059e

RGB 2155158
HSL0.880.950.43
HSV316°98°84°
CMYK 0.000.980.27   0.16
XYZ34.250217.024233.8286
Yxy17.02420.40250.2000
Hunter Lab41.260475.9669-19.7285
CIE-Lab48.290578.6903-24.6123

#d7059e color RGB value is (215,5,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000101 10011110
Octal 327 5 236
Decimal 215 5 158
Hex D7 5 9E

RGB Percentages of Color #d7059e

%56.88
%1.32
%41.80

CMYK Percentages of Color #d7059e

%0
%98
%27
%16

Triadic Colors of #d7059e

#d7059e #9ed705 #059ed7

Analogous Colors of #d7059e

#d7059e #d70535 #a705d7

Monochromatic Colors of #d7059e

#d7059e

Complementary Color

#d7059e #05d73e

#d7059e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7059e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7059e Color CSS Codes

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

#d7059e Text Font Color

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

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


#d7059e Background Color

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

This div background color is #d7059e


#d7059e Border Color

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

This div border color is #d7059e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7059e


Comments

No comments written yet.

Please login to write comment.