Color Hex Logo

#d70b78 Color Hex

#D70B78
(215,11,120)
0 Favorites   0 Comments

Color spaces of #d70b78

RGB 21511120
HSL0.910.900.44
HSV328°95°84°
CMYK 0.000.950.44   0.16
XYZ31.534216.042519.2038
Yxy16.04250.47220.2402
Hunter Lab40.053170.4419-0.3899
CIE-Lab47.030274.4576-3.4875

#d70b78 color RGB value is (215,11,120).

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

The process color (four color CMYK) of #d70b78 color hex is 0.00, 0.95, 0.44, 0.16. Web safe color of #d70b78 is #cc0066. Color #d70b78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001011 01111000
Octal 327 13 170
Decimal 215 11 120
Hex D7 B 78

RGB Percentages of Color #d70b78

%62.14
%3.18
%34.68

CMYK Percentages of Color #d70b78

%0
%95
%44
%16

Triadic Colors of #d70b78

#d70b78 #78d70b #0b78d7

Analogous Colors of #d70b78

#d70b78 #d70b12 #d00bd7

Monochromatic Colors of #d70b78

#d70b78

Complementary Color

#d70b78 #0bd76a

#d70b78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70b78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70b78 Color CSS Codes

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

#d70b78 Text Font Color

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

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


#d70b78 Background Color

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

This div background color is #d70b78


#d70b78 Border Color

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

This div border color is #d70b78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70b78


Comments

No comments written yet.

Please login to write comment.