Color Hex Logo

#d70034 Color Hex

#D70034
(215,0,52)
0 Favorites   0 Comments

Color spaces of #d70034

RGB 215052
HSL0.961.000.42
HSV345°100°84°
CMYK 0.001.000.76   0.16
XYZ28.644214.69504.5755
Yxy14.69500.59780.3067
Hunter Lab38.334166.295219.7571
CIE-Lab45.213671.373136.0079

#d70034 color RGB value is (215,0,52).

#d70034 hex color red value is 215, green value is 0 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #d70034 hue: 0.96 , saturation: 1.00 and the lightness value of d70034 is 0.42.

The process color (four color CMYK) of #d70034 color hex is 0.00, 1.00, 0.76, 0.16. Web safe color of #d70034 is #cc0033. Color #d70034 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000000 00110100
Octal 327 0 64
Decimal 215 0 52
Hex D7 0 34

RGB Percentages of Color #d70034

%80.52
%0.00
%19.48

CMYK Percentages of Color #d70034

%0
%100
%76
%16

Triadic Colors of #d70034

#d70034 #34d700 #0034d7

Analogous Colors of #d70034

#d70034 #d73800 #d700a0

Monochromatic Colors of #d70034

#d70034

Complementary Color

#d70034 #00d7a3

#d70034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70034 Color CSS Codes

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

#d70034 Text Font Color

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

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


#d70034 Background Color

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

This div background color is #d70034


#d70034 Border Color

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

This div border color is #d70034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70034


Comments

No comments written yet.

Please login to write comment.