Color Hex Logo

#d74048 Color Hex

#D74048
(215,64,72)
0 Favorites   0 Comments

Color spaces of #d74048

RGB 2156472
HSL0.990.650.55
HSV357°70°84°
CMYK 0.000.700.67   0.16
XYZ31.027418.58178.0822
Yxy18.58170.53780.3221
Hunter Lab43.106553.045219.0580
CIE-Lab50.194258.955430.0749

#d74048 color RGB value is (215,64,72).

#d74048 hex color red value is 215, green value is 64 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #d74048 hue: 0.99 , saturation: 0.65 and the lightness value of d74048 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000000 01001000
Octal 327 100 110
Decimal 215 64 72
Hex D7 40 48

RGB Percentages of Color #d74048

%61.25
%18.23
%20.51

CMYK Percentages of Color #d74048

%0
%70
%67
%16

Triadic Colors of #d74048

#d74048 #48d740 #4048d7

Analogous Colors of #d74048

#d74048 #d78440 #d74094

Monochromatic Colors of #d74048

#d74048

Complementary Color

#d74048 #40d7cf

#d74048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74048 Color CSS Codes

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

#d74048 Text Font Color

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

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


#d74048 Background Color

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

This div background color is #d74048


#d74048 Border Color

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

This div border color is #d74048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74048


Comments

No comments written yet.

Please login to write comment.