Color Hex Logo

#d61f50 Color Hex

#D61F50
(214,31,80)
0 Favorites   0 Comments

Color spaces of #d61f50

RGB 2143180
HSL0.960.750.48
HSV344°86°84°
CMYK 0.000.860.63   0.16
XYZ29.669515.85539.0860
Yxy15.85530.54330.2903
Hunter Lab39.818763.320214.3441
CIE-Lab46.784168.556720.8505

#d61f50 color RGB value is (214,31,80).

#d61f50 hex color red value is 214, green value is 31 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #d61f50 hue: 0.96 , saturation: 0.75 and the lightness value of d61f50 is 0.48.

The process color (four color CMYK) of #d61f50 color hex is 0.00, 0.86, 0.63, 0.16. Web safe color of #d61f50 is #cc3366. Color #d61f50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011111 01010000
Octal 326 37 120
Decimal 214 31 80
Hex D6 1F 50

RGB Percentages of Color #d61f50

%65.85
%9.54
%24.62

CMYK Percentages of Color #d61f50

%0
%86
%63
%16

Triadic Colors of #d61f50

#d61f50 #50d61f #1f50d6

Analogous Colors of #d61f50

#d61f50 #d6491f #d61fac

Monochromatic Colors of #d61f50

#d61f50

Complementary Color

#d61f50 #1fd6a5

#d61f50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61f50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61f50 Color CSS Codes

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

#d61f50 Text Font Color

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

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


#d61f50 Background Color

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

This div background color is #d61f50


#d61f50 Border Color

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

This div border color is #d61f50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61f50


Comments

No comments written yet.

Please login to write comment.