Color Hex Logo

#d31644 Color Hex

#D31644
(211,22,68)
0 Favorites   0 Comments

Color spaces of #d31644

RGB 2112268
HSL0.960.810.46
HSV345°90°83°
CMYK 0.000.900.68   0.17
XYZ28.194314.84016.8473
Yxy14.84010.56520.2975
Hunter Lab38.522963.226516.4274
CIE-Lab45.414468.743226.3535

#d31644 color RGB value is (211,22,68).

#d31644 hex color red value is 211, green value is 22 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #d31644 hue: 0.96 , saturation: 0.81 and the lightness value of d31644 is 0.46.

The process color (four color CMYK) of #d31644 color hex is 0.00, 0.90, 0.68, 0.17. Web safe color of #d31644 is #cc0033. Color #d31644 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010110 01000100
Octal 323 26 104
Decimal 211 22 68
Hex D3 16 44

RGB Percentages of Color #d31644

%70.10
%7.31
%22.59

CMYK Percentages of Color #d31644

%0
%90
%68
%17

Triadic Colors of #d31644

#d31644 #44d316 #1644d3

Analogous Colors of #d31644

#d31644 #d34616 #d316a3

Monochromatic Colors of #d31644

#d31644

Complementary Color

#d31644 #16d3a5

#d31644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31644 Color CSS Codes

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

#d31644 Text Font Color

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

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


#d31644 Background Color

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

This div background color is #d31644


#d31644 Border Color

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

This div border color is #d31644


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,22,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31644


Comments

No comments written yet.

Please login to write comment.