Color Hex Logo

#d13948 Color Hex

#D13948
(209,57,72)
0 Favorites   0 Comments

Color spaces of #d13948

RGB 2095772
HSL0.980.620.52
HSV354°73°82°
CMYK 0.000.730.66   0.18
XYZ28.927316.94947.8778
Yxy16.94940.53810.3153
Hunter Lab41.169653.373717.4736
CIE-Lab48.196259.617727.3448

#d13948 color RGB value is (209,57,72).

#d13948 hex color red value is 209, green value is 57 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #d13948 hue: 0.98 , saturation: 0.62 and the lightness value of d13948 is 0.52.

The process color (four color CMYK) of #d13948 color hex is 0.00, 0.73, 0.66, 0.18. Web safe color of #d13948 is #cc3333. Color #d13948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111001 01001000
Octal 321 71 110
Decimal 209 57 72
Hex D1 39 48

RGB Percentages of Color #d13948

%61.83
%16.86
%21.30

CMYK Percentages of Color #d13948

%0
%73
%66
%18

Triadic Colors of #d13948

#d13948 #48d139 #3948d1

Analogous Colors of #d13948

#d13948 #d17639 #d13994

Monochromatic Colors of #d13948

#d13948

Complementary Color

#d13948 #39d1c2

#d13948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13948 Color CSS Codes

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

#d13948 Text Font Color

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

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


#d13948 Background Color

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

This div background color is #d13948


#d13948 Border Color

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

This div border color is #d13948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13948


Comments

No comments written yet.

Please login to write comment.