Color Hex Logo

#d70f4a Color Hex

#D70F4A
(215,15,74)
0 Favorites   0 Comments

Color spaces of #d70f4a

RGB 2151574
HSL0.950.870.45
HSV342°93°84°
CMYK 0.000.930.66   0.16
XYZ29.431215.28317.8773
Yxy15.28310.55960.2906
Hunter Lab39.093665.968015.4187
CIE-Lab46.019570.941623.5936

#d70f4a color RGB value is (215,15,74).

#d70f4a hex color red value is 215, green value is 15 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #d70f4a hue: 0.95 , saturation: 0.87 and the lightness value of d70f4a is 0.45.

The process color (four color CMYK) of #d70f4a color hex is 0.00, 0.93, 0.66, 0.16. Web safe color of #d70f4a is #cc0033. Color #d70f4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001111 01001010
Octal 327 17 112
Decimal 215 15 74
Hex D7 F 4A

RGB Percentages of Color #d70f4a

%70.72
%4.93
%24.34

CMYK Percentages of Color #d70f4a

%0
%93
%66
%16

Triadic Colors of #d70f4a

#d70f4a #4ad70f #0f4ad7

Analogous Colors of #d70f4a

#d70f4a #d7380f #d70fae

Monochromatic Colors of #d70f4a

#d70f4a

Complementary Color

#d70f4a #0fd79c

#d70f4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70f4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70f4a Color CSS Codes

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

#d70f4a Text Font Color

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

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


#d70f4a Background Color

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

This div background color is #d70f4a


#d70f4a Border Color

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

This div border color is #d70f4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70f4a


Comments

No comments written yet.

Please login to write comment.