Color Hex Logo

#d74434 Color Hex

#D74434
(215,68,52)
0 Favorites   0 Comments

Color spaces of #d74434

RGB 2156852
HSL0.020.670.52
HSV76°84°
CMYK 0.000.680.76   0.16
XYZ30.711318.82935.2646
Yxy18.82930.56040.3436
Hunter Lab43.392750.396423.1816
CIE-Lab50.486956.520641.7710

#d74434 color RGB value is (215,68,52).

#d74434 hex color red value is 215, green value is 68 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #d74434 hue: 0.02 , saturation: 0.67 and the lightness value of d74434 is 0.52.

The process color (four color CMYK) of #d74434 color hex is 0.00, 0.68, 0.76, 0.16. Web safe color of #d74434 is #cc3333. Color #d74434 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000100 00110100
Octal 327 104 64
Decimal 215 68 52
Hex D7 44 34

RGB Percentages of Color #d74434

%64.18
%20.30
%15.52

CMYK Percentages of Color #d74434

%0
%68
%76
%16

Triadic Colors of #d74434

#d74434 #34d744 #4434d7

Analogous Colors of #d74434

#d74434 #d79634 #d73476

Monochromatic Colors of #d74434

#d74434

Complementary Color

#d74434 #34c7d7

#d74434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74434 Color CSS Codes

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

#d74434 Text Font Color

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

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


#d74434 Background Color

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

This div background color is #d74434


#d74434 Border Color

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

This div border color is #d74434


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,68,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 #d74434">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74434


Comments

No comments written yet.

Please login to write comment.