Color Hex Logo

#d70789 Color Hex

#D70789
(215,7,137)
0 Favorites   0 Comments

Color spaces of #d70789

RGB 2157137
HSL0.900.940.44
HSV323°97°84°
CMYK 0.000.970.36   0.16
XYZ32.615716.405225.1144
Yxy16.40520.43990.2213
Hunter Lab40.503372.8580-8.4109
CIE-Lab47.501776.3381-13.1691

#d70789 color RGB value is (215,7,137).

#d70789 hex color red value is 215, green value is 7 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #d70789 hue: 0.90 , saturation: 0.94 and the lightness value of d70789 is 0.44.

The process color (four color CMYK) of #d70789 color hex is 0.00, 0.97, 0.36, 0.16. Web safe color of #d70789 is #cc0099. Color #d70789 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000111 10001001
Octal 327 7 211
Decimal 215 7 137
Hex D7 7 89

RGB Percentages of Color #d70789

%59.89
%1.95
%38.16

CMYK Percentages of Color #d70789

%0
%97
%36
%16

Triadic Colors of #d70789

#d70789 #89d707 #0789d7

Analogous Colors of #d70789

#d70789 #d70721 #bd07d7

Monochromatic Colors of #d70789

#d70789

Complementary Color

#d70789 #07d755

#d70789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70789 Color CSS Codes

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

#d70789 Text Font Color

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

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


#d70789 Background Color

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

This div background color is #d70789


#d70789 Border Color

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

This div border color is #d70789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70789


Comments

No comments written yet.

Please login to write comment.