Color Hex Logo

#d74748 Color Hex

#D74748
(215,71,72)
0 Favorites   0 Comments

Color spaces of #d74748

RGB 2157172
HSL1.000.640.56
HSV360°67°84°
CMYK 0.000.670.67   0.16
XYZ31.447319.42148.2221
Yxy19.42140.53220.3287
Hunter Lab44.069750.252119.7870
CIE-Lab51.176656.266831.2866

#d74748 color RGB value is (215,71,72).

#d74748 hex color red value is 215, green value is 71 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #d74748 hue: 1.00 , saturation: 0.64 and the lightness value of d74748 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000111 01001000
Octal 327 107 110
Decimal 215 71 72
Hex D7 47 48

RGB Percentages of Color #d74748

%60.06
%19.83
%20.11

CMYK Percentages of Color #d74748

%0
%67
%67
%16

Triadic Colors of #d74748

#d74748 #48d747 #4748d7

Analogous Colors of #d74748

#d74748 #d78e47 #d74790

Monochromatic Colors of #d74748

#d74748

Complementary Color

#d74748 #47d7d6

#d74748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74748 Color CSS Codes

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

#d74748 Text Font Color

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

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


#d74748 Background Color

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

This div background color is #d74748


#d74748 Border Color

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

This div border color is #d74748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74748


Comments

No comments written yet.

Please login to write comment.