Color Hex Logo

#d1343f Color Hex

#D1343F
(209,52,63)
0 Favorites   0 Comments

Color spaces of #d1343f

RGB 2095263
HSL0.990.630.51
HSV356°75°82°
CMYK 0.000.750.70   0.18
XYZ28.419716.37026.3645
Yxy16.37020.55560.3200
Hunter Lab40.460154.575518.9956
CIE-Lab47.456560.827431.7893

#d1343f color RGB value is (209,52,63).

#d1343f hex color red value is 209, green value is 52 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d1343f hue: 0.99 , saturation: 0.63 and the lightness value of d1343f is 0.51.

The process color (four color CMYK) of #d1343f color hex is 0.00, 0.75, 0.70, 0.18. Web safe color of #d1343f is #cc3333. Color #d1343f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110100 00111111
Octal 321 64 77
Decimal 209 52 63
Hex D1 34 3F

RGB Percentages of Color #d1343f

%64.51
%16.05
%19.44

CMYK Percentages of Color #d1343f

%0
%75
%70
%18

Triadic Colors of #d1343f

#d1343f #3fd134 #343fd1

Analogous Colors of #d1343f

#d1343f #d17834 #d1348e

Monochromatic Colors of #d1343f

#d1343f

Complementary Color

#d1343f #34d1c6

#d1343f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1343f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1343f Color CSS Codes

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

#d1343f Text Font Color

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

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


#d1343f Background Color

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

This div background color is #d1343f


#d1343f Border Color

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

This div border color is #d1343f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1343f


Comments

No comments written yet.

Please login to write comment.