Color Hex Logo

#d31451 Color Hex

#D31451
(211,20,81)
0 Favorites   0 Comments

Color spaces of #d31451

RGB 2112081
HSL0.950.830.45
HSV341°91°83°
CMYK 0.000.910.62   0.17
XYZ28.599314.94339.1616
Yxy14.94330.54260.2835
Hunter Lab38.656664.410713.0079
CIE-Lab45.556469.720018.4922

#d31451 color RGB value is (211,20,81).

#d31451 hex color red value is 211, green value is 20 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #d31451 hue: 0.95 , saturation: 0.83 and the lightness value of d31451 is 0.45.

The process color (four color CMYK) of #d31451 color hex is 0.00, 0.91, 0.62, 0.17. Web safe color of #d31451 is #cc0066. Color #d31451 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010100 01010001
Octal 323 24 121
Decimal 211 20 81
Hex D3 14 51

RGB Percentages of Color #d31451

%67.63
%6.41
%25.96

CMYK Percentages of Color #d31451

%0
%91
%62
%17

Triadic Colors of #d31451

#d31451 #51d314 #1451d3

Analogous Colors of #d31451

#d31451 #d33714 #d314b1

Monochromatic Colors of #d31451

#d31451

Complementary Color

#d31451 #14d396

#d31451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31451 Color CSS Codes

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

#d31451 Text Font Color

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

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


#d31451 Background Color

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

This div background color is #d31451


#d31451 Border Color

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

This div border color is #d31451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31451


Comments

No comments written yet.

Please login to write comment.