Color Hex Logo

#d31650 Color Hex

#D31650
(211,22,80)
0 Favorites   0 Comments

Color spaces of #d31650

RGB 2112280
HSL0.950.810.46
HSV342°90°83°
CMYK 0.000.900.62   0.17
XYZ28.598815.00198.9777
Yxy15.00190.54390.2853
Hunter Lab38.732364.017713.3699
CIE-Lab45.636869.371719.2211

#d31650 color RGB value is (211,22,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010110 01010000
Octal 323 26 120
Decimal 211 22 80
Hex D3 16 50

RGB Percentages of Color #d31650

%67.41
%7.03
%25.56

CMYK Percentages of Color #d31650

%0
%90
%62
%17

Triadic Colors of #d31650

#d31650 #50d316 #1650d3

Analogous Colors of #d31650

#d31650 #d33a16 #d316af

Monochromatic Colors of #d31650

#d31650

Complementary Color

#d31650 #16d399

#d31650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31650 Color CSS Codes

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

#d31650 Text Font Color

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

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


#d31650 Background Color

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

This div background color is #d31650


#d31650 Border Color

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

This div border color is #d31650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31650


Comments

No comments written yet.

Please login to write comment.