Color Hex Logo

#d70c6e Color Hex

#D70C6E
(215,12,110)
0 Favorites   0 Comments

Color spaces of #d70c6e

RGB 21512110
HSL0.920.890.45
HSV331°94°84°
CMYK 0.000.940.49   0.16
XYZ30.970315.835816.1762
Yxy15.83580.49170.2514
Hunter Lab39.794269.27973.7548
CIE-Lab46.758373.55382.2781

#d70c6e color RGB value is (215,12,110).

#d70c6e hex color red value is 215, green value is 12 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #d70c6e hue: 0.92 , saturation: 0.89 and the lightness value of d70c6e is 0.45.

The process color (four color CMYK) of #d70c6e color hex is 0.00, 0.94, 0.49, 0.16. Web safe color of #d70c6e is #cc0066. Color #d70c6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001100 01101110
Octal 327 14 156
Decimal 215 12 110
Hex D7 C 6E

RGB Percentages of Color #d70c6e

%63.80
%3.56
%32.64

CMYK Percentages of Color #d70c6e

%0
%94
%49
%16

Triadic Colors of #d70c6e

#d70c6e #6ed70c #0c6ed7

Analogous Colors of #d70c6e

#d70c6e #d7100c #d70cd4

Monochromatic Colors of #d70c6e

#d70c6e

Complementary Color

#d70c6e #0cd775

#d70c6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70c6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70c6e Color CSS Codes

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

#d70c6e Text Font Color

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

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


#d70c6e Background Color

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

This div background color is #d70c6e


#d70c6e Border Color

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

This div border color is #d70c6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70c6e


Comments

No comments written yet.

Please login to write comment.